Lecture 19
Lecture 19
jQuery Applications
Today’s Lecture
• jQuery Effects
– Hide and Show
– Toggle
– Fade (fadeIn, fadeOut, fadeToggle, and fadeTo)
– Slide (slideDown, slideUp, and slideToggle)
– Animate
• jQuery Method Chaining
• DOM Manipulation
– Attribute Manipulation
– Style Manipulation
jQuery Effects
hide() and show()
• With jQuery, we can hide and show HTML elements with hide() and
show() methods.