Skip to the content.

CSA JQuery HW

Stuff for JQuery HW

Write in one of the comments where the selector is.

$(document).ready(function(){     // 
    $("button").click(function(){ // This is the selector as it selects all buttons
      $("p").hide();              //
    });                           //
  });                             //

-- Thyme Leaf / JQuery HW --

links to hw: JQuery Thyme Leaf