[jQuery] Re: Does a plugin like this excist allready
cameron moll did a series on this last year http://cameronmoll.com/archives/2008/02/extensible_css_interface_the_foundation/ 2009/2/26 Armand Datema > Hi > > I am looking for a plugin with same functionality as http://www.bbc.co.uk/ > > notice the + - and when clicked it expands or contracts one
[jQuery] Re: Does a plugin like this excist allready
Just use "$('#id').show(speed);" and "$('#id').hide(speed);" See: http://docs.jquery.com/Effects/show#speedcallback