Home › Forums › JavaScript › Function not being updated correctly › Reply To: Function not being updated correctly
January 3, 2016 at 8:22 pm
#236390
Participant
Just a side note, realising all this isn’t needed either :
$(function() {calcLeftWrapper()});
Because even this’ll do :
$(calcLeftWrapper);