Web design: jQuery selectors: eq(n)
jQuery, famously, offers selectors that a programmer can use to access virtually any element on the page. This post gives an example of the eq(n) selector. When you click the demo button below, the third H will change. The code: …