Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Toggle filter checkboxes

Post Reply
sbigelow
Posts: 15
Joined: Mon Mar 23, 2015 8:39 am

Toggle filter checkboxes

Unread post 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?
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Toggle filter checkboxes

Unread post by admin »

sbigelow,

Sorry I dont understand the question.

Maybe a screen shot would help.

BTW its not java its JavaScript (big difference).

Steven
sbigelow
Posts: 15
Joined: Mon Mar 23, 2015 8:39 am

Re: Toggle filter checkboxes

Unread post by sbigelow »

Image

Thanks for the clarification on Java. I'm a novice programmer, the most dangerous kind. :lol:
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Toggle filter checkboxes

Unread post by admin »

sbigelow,

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

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

Steven
Post Reply