Showing posts with label slidedown. Show all posts
Showing posts with label slidedown. Show all posts

Sunday, May 13, 2012

JQUERY Prepending an LI to an UL with Animation


I have a UL and I'm working to dynamically add a new LI to the top of the UL with some animation.

Wednesday, January 18, 2012

Multiple object selection with jQuery




I have a pretty basic jQuery question and forgive me if it has already been answered. Basically I attempt to have a link slide down a div. This is fairly simple however I require multiple links sliding down their respective divs. I understand I can just name the links and divs unique classes and solve the problem that way, however this naturally also requires a duplication of the jQuery code for each link-div and i have a lot. I therefore need a general script. A simplified version of my situation is as follows: