Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Function not being updated correctly Reply To: Function not being updated correctly

#236390
Shikkediel
Participant

Just a side note, realising all this isn’t needed either :

$(function() {calcLeftWrapper()});

Because even this’ll do :

$(calcLeftWrapper);