Page 1 of 1

Toggle filter checkboxes

Posted: Mon Mar 30, 2015 4:03 am
by sbigelow
I would like to add a simple button next to the search button that shows or hides the filter checkboxes on the browse titles. I figured the java would look something like this:

Code: Select all

$(".nuSearchColumn").toggle();
How do i create and add a filter button next to the search button?

Re: Toggle filter checkboxes

Posted: Wed Apr 08, 2015 4:36 am
by admin
sbigelow,

Sorry I dont understand the question.

Maybe a screen shot would help.

BTW its not java its JavaScript (big difference).

Steven

Re: Toggle filter checkboxes

Posted: Wed Apr 08, 2015 7:20 am
by sbigelow
Image

Thanks for the clarification on Java. I'm a novice programmer, the most dangerous kind. :lol:

Re: Toggle filter checkboxes

Posted: Wed Apr 29, 2015 12:56 am
by admin
sbigelow,

$(":checkbox").css('visibility','hidden')

I find this reference helps.. http://www.w3schools.com/jquery/jquery_ ... ectors.asp

Steven