Jermaine Oppong
Member since Jan 22, 2011
- Profile: /members/7653-jermaine-oppong.htm
- URL: http://www.graphicbeacon.com
- Comments: 3
Recent Blog Comments By Jermaine Oppong
-
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Posted on Oct 1, 2011 at 4:19 AM
@biju, Of course you can - simply add an id to the link and reference it by changing this line $('a').click(function() ... to this: $('a#yourID').click(function() ...... read more »
-
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Posted on Jan 23, 2011 at 2:16 PM
@James, The effect I'm looking for is different from what is in the jQuery UI Library. In fact I think the problem is in finding a way to select the right element. I'm basically trying to achieve the effect in this video, but with more divs and an accordion feature so that one slides back down whi... read more »
-
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Posted on Jan 22, 2011 at 9:01 AM
How would I be able to achieve an accordion style effect with this? I am working with multiple divs and I wanted to find out how you would make one slide down while the other slides up, kinda like an accordion style effect? Thanks.... read more »