click
Click the button.
$("#click button").click(function(){ alert("You clicked the button! All buttons on this page use .click()"); });
hide
Click the button to hide this text.
show
Click the button to see the hidden text.
Oh hai there!
toggle
Click the button to toggle the header
slideDown
Click the button to slideDown a hidden image
slideUp
Click the button to slideUp the image
slideToggle
Click the button to slidetoggle a hidden image
fadeIn
Click the button to fade in a hidden image
fadeOut
Click the button to fade out the image
addClass
Click the button to add class "red" to this paragraph
before
Click the button to add a paragraphn before this one.
New paragraph!!!
");after
Click the button to add a paragraph after this one.
New paragraph yo.
");append
Click the button to append a header to this div.
New header!!!
");html
Click the button to use .html() to add a span to this text.
attr
Click the button to change the 'max' attribute to 50.
val
Click the button to get the value of the progress bar in the xmpvious section.
text
Click the button to change this text.
data
Click to view the hidden data!