• Resolved johnjromkyoto

    (@johnjromkyoto)


    Hi,

    Everything is up to date.
    I get a js error that i want to get rid off due to Reduce Bounce Rate plugin.
    I use mod_pagespeed.

    Error in console is:
    Uncaught TypeError: $ is not a function
    at eval (eval at <anonymous> ((index):1), <anonymous>:1:1923)
    at (index):911

    That refer to:
    $(document).scroll

    I can give the website in PM for those who want to help.
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Okoth1

    (@okoth1)

    Hi,

    I don’t have much time to look at it. Is the jQuery you’re using up-to-date?

    Would the problem be solved if you wrap the code in

    jQuery(document).ready(function($){
    
    // jQuery code is in here
    
    });

    Does the plugin work when you don’t use mod_pagespeed?

    • This reply was modified 7 years, 5 months ago by Okoth1.
Viewing 1 replies (of 1 total)
  • The topic ‘Jquery Error’ is closed to new replies.