Home › Forums › JavaScript › Code school – plugin implementation › Reply To: Code school – plugin implementation
October 13, 2014 at 6:09 am
#186108
Participant
I think Kuzyo was asking why:
“this.each(function() {”
…part of the code worked when:
“var vacation = this;” …didn’t.
So should we not change it to be “$(this).each(function() {“?