+ 1
Getting $ error in Jquery Form Submission
Hi, I have developing a website and i am using a website template as https://www.templateonweb.com/mobile/free-14-229-download this website. I am getting an $ error in Jquery. Please suggest me.
2 Answers
+ 1
after the anonymous function that contains all your code put (jQuery) ;
$((document).onload(function(){
//your code hear
}))(jQuery);
+ 1
some times there are some incompatibilities between the libraries or files you are importing or with other software stuff.
this must solve the problem.