[Solved] jQuery – [ERROR] . after argument list [closed]
You had syntax errors all over the place. Some misplaced brackets and so on as you could see in your error floating-j-menu.js:line 26:column 26:missing ) after argument list. Here is your code: if ($(“body”).height() > $(window).height() – 41) { $(‘#menuJF’).removeClass(‘hide’); } menuPosition = $(‘#menuJF’).position().top + 485; //FloatMenu(); $(window).scroll(function() { //FloatMenu(); if ($(window).scrollTop() + $(window).height() > … Read more