Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rebosha

    (@rebosha)

    I have still problem with jQuery . My css animation works but i need to hide or stop it with jQuery . When i add some css to style window, css works. I tried to write simple jQuery code to end of the body window .
    jQuery(function($){
    $(“body”).hide();
    });
    this code works..
    I add some class, img, svg, p ..
    jQuery(function($){
    $(“img”).hide();
    });
    nothing..
    where I make mistakes?
    Is there any solution ?
    THANKS

    Thread Starter rebosha

    (@rebosha)

    here is link to my page http://www.lesaum.sk/?page_id=283

    Plugin Author WraithKenny

    (@wraithkenny)

    Be sure to enqueue the jQuery script

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘jQuery doesn´t work’ is closed to new replies.