[jQuery] Improvement

2008-03-24 Thread blg002
I'm relatively new to jQuery & Javascript and was wondering if someone could help me condense my code a little. What I have going on is... multiple div's with different info in them & an ordered list of links. Only one of the divs will display at a time and they can be toggled through by clickin

[jQuery] Drop box values display

2007-11-13 Thread blg002
I am trying to hide/show various options in a "Sub-Category" drop box when certain selections are made in a "Category" drop box. HTML: Category Please Select Administrative Maintenance Fund Breaks Call By Name (Not to be confused by Recall) Sub-Category

[jQuery] Re: Checkbox hide/show

2007-10-25 Thread blg002
to be a good way of doing this type of > thing.http://docs.jquery.com/Events/toggle#fnfn > > This will show/hide all divs with the class of detail. If you want to > have the content slowly reveal rather than suddenly appear, use show > ("slow"). > > Greater minds will tell

[jQuery] Checkbox hide/show

2007-10-24 Thread blg002
I have and "Show All Fields" checkbox that I want to show all the divs within an - ('#content div'). The input has a class of showAll. How do i write the code so that it displays all the divs when check and hides them all again when unchecked. Thanks for your help. Show All Fields What’s N