To toggle a boolean variable is to switch it to it's opposite state. If it is on, switch it off; if it is off, switch it on. In a desktop or web user interface, a toggle may be clickable switch or button that alternates the state of something in the application.

learn more… | top users | synonyms

0
votes
1answer
17 views

BootStrap having tabs within tabs

I am trying to have tabs within tabs, and I got it to work. The problem is, when I switch from one tab to another, then go back to the tab with the sub tabs, the sub tabs active tab doesn't display ...
0
votes
1answer
15 views

making a jquery expandable collapsable box with state indication?

I have tried for some time to create a collapsable / expandable div with jquery to build a "basic" and "Advanched" search box to no avail. Expand or Collapsa a div Change the text on the div ...
0
votes
1answer
482 views

css classes not working

I have a bunch of divs that I've set up, and I was trying to swap classes on a child div when you hover over the parent. Right now I'm trying to do it with jQuery, but I would also be happy to use ...
0
votes
4answers
5k views

jQuery toggle/vertical slider effect with multiple Divs

Actually, I am new to jQuery and I am writting a sample page with jQuery functions. In this page I am making use of toggle function. Please help me to get the intended effect. I am trying to get it ...
1
vote
1answer
19 views

jQuery Responsive Mobile Menu

The following functions work, but it doesn't look clean and there is probably a better way to achieve what I've done. Here is what I'm trying to do: If the viewport is resized, even by 1px, the ...
1
vote
3answers
39 views

Show list after slideToggle

I am newbie to jQuery and I have problem regarding my project. I have li elements created by php and with each li element I get div layout showing some data. I would like to be able to click to ...
0
votes
1answer
29 views

jquery check all / uncheck all toggle button not dynamically changing value after php post of form

I have been trying to get a button that toggles its value (from "check all" to "uncheck all") based on if all the checkboxes of a certain class are checked or not. Here is my HTML (well, PHP) of the ...
0
votes
3answers
37 views

Show/hide DIV script

When you click the months on http://kaye.at/test/, the divs show/hide. When the page loads they are all open, how do I make it so that June is open but the others are closed on pageload? Or how do I ...
0
votes
2answers
47 views

jQuery show/hide toggle DIVs

So, I've successfully got a script working that shows/hides divs by clicking on the month. If you scroll to the bottom of http://kaye.at/test/ and click 'April' or 'May' you can see it working. The ...
0
votes
2answers
40 views

Close all open divs

i have a site with a lot of divs and this javascript function to open it by clicking a link. now i want add the function to close all other divs when opening a new one I also want to make it possible ...
0
votes
0answers
16 views

Adding fade transition for the toggle images

So I want to add a fade transition when click the hover image for the toggle so that when click the image, the transition between two image will look softer? <script type="text/javascript" ...
2
votes
6answers
30 views

Wildcard selector jQuery

I'm making a code that's toggling an explanation for something. The code is: jQuery('.button').click(function () { jQuery('#explanation').toggle(); }); I got multiple explanations: ...
2
votes
1answer
59 views

Nested ordered toggled list, non repeating

I am coding a dichotomous key: an ordered, toggled list with two options to choose from at each level. The nested items cannot repeat numbers later, but increase in numbering. The numbers need 'a' and ...
0
votes
0answers
38 views

Toggle button (only) to hide status bar

https://www.youtube.com/watch?v=gW6BshQHSuA&feature=youtu.be As shown in the video- The toggling works. But I would like to get it to only toggle by pressing the button in the bottom right ...
0
votes
0answers
33 views

Android ICS 4.1 - USB Ethernet - How to toggle Ethernet connectivity state?

I purchased an android device (Rikomagic MK 802IIIs) to connect to my TV. I have developed a simple application that requires an internet connection (currently connected via a USB Ethernet adapter). ...

1 2 3 4 5 131
15 30 50 per page