Using Jquery, how do you effect the css of the object you are clicking?

JIBIAKIDO

New Member
I am working on a very dynamic page which will have a lot of what we will call buttons for simplicity sake (actually are divs).These buttons have a span tag inside which has \[code\]display:none;\[/code\]. This all of these "buttons" have the Span inside with the css class which has them hidden. I can not create an #ID for each one, they are going to be dynamicHow can I, using Jquery, animate using \[code\].show()\[/code\] just the item being clicked. I can not input an ID, because it will be created dynamically with php.
 
Back
Top