Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    That means your are using the wrong way to load your jquery.

    Did you dequeue your jQuery and enqueue it back?

    Someting like that

    // jQuery
    	wp_deregister_script( 'jquery' );
    	wp_register_script( 'jquery',  '//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js', array(), '2.1.4', false );
    	wp_enqueue_script( 'jquery' );

    Thread Starter saosangmo

    (@saosangmo)

    Hi,
    I mean I want to optimize my site for speed, I do not want to use jQuery and use your plugin.
    I do not need ajax.

    Plugin Author Lester Chan

    (@gamerz)

    Sorry that it will not work with this plugin. This plugin requires jQuery.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘this plugin will work with no jQuery?’ is closed to new replies.