Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zafon123

    (@zafon123)

    Hi!
    If you want to put jQuery in WordPress you have to use it

    
    jQuery(document).ready(function( $ ){
    /* This code jQuery */
    });
    

    Best Regards

    Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi zafon123,

    Thanks for the info, also if you want a shorter code please check this

    jQuery(function($){
    	/*Your jQuery Code below*/
    });
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jQuery – dont work’ is closed to new replies.