Just starting using css and jQuery and I have a CSS class called .content
which I'm using for a side of the page navigation box, picture of the day box, statistics box, etc., which are layed out using a definition lists.
So I need it when I click on the <dt>
tag it slides up/down the <ul>
tag underneath it which is simple enough. but how do I determine which which instance of the .content
class was clicked on... I know seperate id's would work but was wondering if there is a quicker way? Hope I explained my problem clear enough any help would be greatly appricated =]
Thanks in advance!