Snippets Collections
$(document).ready(function(){
  $("button").click(function(){
    $("p").hide();
  });
});
star

Mon Dec 18 2023 03:17:23 GMT+0000 (Coordinated Universal Time) https://www.w3schools.com/jquery/jquery_selectors.asp

#jquery #selector #jqueryselector #documentready function #documentready #document.ready #jqueryonclick

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension