[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 clicking

[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: label for=bestPracticeCategoryIDCategory/label select name=bestPracticeCategoryID id=bestPracticeCategoryID option value=0 class=Please Select/option

[jQuery] Re: Checkbox hide/show

2007-10-25 Thread blg002
, blg002 wrote: I have and Show All Fields checkbox that I want to show all the divs within an div id=content - ('#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