[jQuery] show/hide

2010-01-12 Thread tabu
Hello, I'm new to javascript and jquery library, I have script running which functions fine only problem I have with it is that I want to close other divs when another is selected, I guess like an accordion style but using the toggle, slide fade-in functions. The problem I have is that once each

[jQuery] Re: show/hide

2010-01-12 Thread tabu
hide any open divs (change specificity for your needs)                 $(this).show(slow);       // second, open the selected div         }); }); On Jan 12, 8:17 am, tabu ces...@googlemail.com wrote: Hello, I'm new to javascript and jquery library, I have script running which

[jQuery] Re: show/hide

2010-01-12 Thread tabu
Wow, thanks for your work on this. Sorry but it's a little confusing as to what is happening in the preview, I have uploaded the pages I've done before just so you can visualize what I'm going for. 1. http://www.democraticunionfordesign.com/test/index_refresh.html 2.