Welcome to jQuery quickie, and here is where I share some of the jQuery goodness that is in something I have done for a project. Then again, there are still going to be those days where I just want to try something out to see if I can do it and post it. Either way, you’re going to be getting something to use and take away the need for a plugin in your project one at a time.
Today will be an shorty, but a goodie. Everyone has used click events to toggle elements at some point, so we’re all familiar with the process for that. However, how do you handle it when the second click should only remove the changes of the first if its not on that element? That’s what we’re covering now, so enjoy!