jQuery also affords the ability to trigger multiple events in succession using ’string succession’. The callback is not sent any arguments, but this is set to the DOM element being animated. If multiple elements are animated, it is important to note that the callback is executed once per matched element, not once for the animation as a whole.
jQuery Show and Hide Part Tres
jQuery Show and Hide Part Deux
Utilizing vanilla show/hide/toggle is a perfectly legitimate way to use said functions but when we start plugging in effects to the .show and .hide events, we really start to see the eye-candy that jQuery can offer. Using the same frame that we did in my last post on jQuery .show and .hide, we’ll add in a bit of eye candy to make this a cooler transition.
jQuery: Basic Show, Hide and Toggle
As you may have guessed, I’m not properly trained in the coding languages found throughout the web. Most, if not all of my knowledge has come from reading blogs, books and asking on Twitter. With this in mind, I’ve decided to post a few blog entries regarding the basics of using the jQuery library. Today, I’m going to look at two simpler functions to learn the basic syntax and use of jQuery. These are to show() hide() and toggle().

