Hi, Im getting js errors on easyprofile pages only (all other pages on my site work fine without errors).
On the view profile page i get 2 errors the following:
1) TypeError: jQuery(...).on is not a function
jQuery(window).on("resize", function(){
sm.js (line 185, col 1)
2) TypeError: jQuery(...).spasticNav is not a function
jQuery('#sm-mainnav .menu').spasticNav();
sm.js (line 3, col 2)
And on the edit profile page I get 1 error which is related to easyprofile, the following (this also makes the edit avatar button not work):
1) SyntaxError: missing } after function body
....html(imgSelectHtml); //imgSelect.php='/imgSelect/inc/imgSelect.php?name='+cont
Thanks in advance!