Undefined $element javascript error
-
To fix, change line 119 from
var element = $(this);
to
var $element = $(this);
The topic ‘Undefined $element javascript error’ is closed to new replies.
To fix, change line 119 from
var element = $(this);
to
var $element = $(this);
The topic ‘Undefined $element javascript error’ is closed to new replies.