jQuery Tip – A Quick look at .click()
Here is a quick jQuery tutorial, or tip, focusing on the .click() event. We will create a simple example that lets the user click on a couple of options to manipulate a box of text below. Because this is just a quick tip on .click() I won't get into the other methods we are invoking on the click event. You can browse around the jQuery documentation to find out more – or better yet sign up for the rss feed here at freeyourdesign and come back for more jQuery tutorials. Anyway we will be changing the content boxes background color and making and slide up and down. (more…)
Popularity: 8% [?]
Using Two Classes on one item in CSS.
