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
143 views

Toggle Key in Java

Basically I'm trying to toggle boolean every time F1 key is pressed. In my main class I've got update method that is called 60 times a second and I coded something like this: Main.class: private ...
1
vote
0answers
40 views

jQuery 'show more' list items in groups of N, 'collapse all' down to first displayed group [closed]

Okay first post here, probably has been answered a million times, but I'd really appreciate your jQuery expertise. Basically, I want to take a list like so: <ul> <li>Hera</li> ...
0
votes
1answer
45 views

Using JavasScript Onclick function to toggle visibility twice [closed]

My Code: <div> <a href="/forms/login-form.php" onclick="toggle_visibility('login-div'); return false;">Login</a> <div id="login-div"> <?php ...
-2
votes
0answers
32 views

how to integrate a toggle button to existing code?

I'm using a simple accordion menu that opens the sub-menus when the top level is clicked. Here's an example: http://www.stemkoski.com/downloads/jquery-accordion-menu-update/example.htm I want to use ...
0
votes
1answer
36 views

Jquery Toggle visibility button

Im trying to make a button which should make one element hiding (display: none;) and one visible and vice versa. Here is an example of the sort of thing ive got: example at the moment when clicking ...
0
votes
5answers
18 views

(VB) toggle labels on/off

I have a button that when clicked labels will show, but what code do I used to get it so when the button is clicked again they are hidden: Private Sub Form3_Load(ByVal sender As System.Object, ByVal ...
0
votes
2answers
35 views

jQuery .next('div') toggle not working

I'm having a problem toggling the visibility of a sibling div using jQuery. What I want to do is show/hide this sibling div when the .detailsbtn link is clicked. If I move the .projdetails ...
0
votes
2answers
30 views

Slide panel in from right

I'm trying to replicate the effect on this website in the portfolio section where it slides a panel in the full size of the viewport and then slides it out when you click close. Example here: ...
0
votes
1answer
24 views

How to animate this responsive toggle menu?

I've found this very good looking responsive menu (resize browser window to see it in function): http://themetaq.com/demos/responsive-toggle-menu/ I managed to implement it in my website, but I was ...
0
votes
0answers
8 views

Is there a way to take a java script that toggles divs and make it so when i return to that page, the same div is open that was when I left?

Is there a way to take a java script that toggles divs and make it so when I return to that page, the same div is open that was when I left? I am using this script: (function() { // using an IIFE to ...
0
votes
0answers
5 views

How do I create static kml layer toggles for Google Maps API

I am creating a Google map for my website and have come across many different code scripts that allow for toggling KML layers on a Google map. The only problem is all of these examples have included ...
0
votes
2answers
47 views

PHP code inside javascript being triggered by REFRESH instead of onClick

This code is meant to toggle chat on/off The problem is, it toggles chat on/off every time I REFRESH the page, and it should trigger with a onClick href, like <a href="javascript:void(0)" ...
2
votes
3answers
39 views

(jquery) Prevent div from hiding when I click it

I have this code that toggles(shows/hides) a div and another code that hides it when I click elsewhere in the body. Trouble is when I click on the div itself, it hides, which is what I want to ...
0
votes
1answer
50 views

Why jQuery toggle direction “up” doesn't work?

I have this dropdown menu: http://jsfiddle.net/dTLpX/ the problem is that the toggle direction from top to down effect doesn't work. $(elem).find("ul").toggle("slide", {direction: "up"}, "slow"); ...
0
votes
2answers
17 views

Jquery Toggle: Resize div1 and change div2 value

$(document).ready(function () { $("#button").toggle(function () { $("#preview").animate({ height: 940, width: 940 }, 800); ...
0
votes
1answer
29 views

RadioButton and image

I try to set up images instead of bullet for my RadioButtons. I've 10 RadioButtons but I can't setup my FishImg for all. Only the rb I clicked just before displays the imgFish. My Style ...
1
vote
1answer
42 views

multiple toggle for different elements add remove class

Her is my function. there only think its not working is when i click .close-hideme i want to remove class noactive and add class active $(function () { var text = $(this).text(); ...
5
votes
2answers
85 views

Running a toggle command faster when something is visible?

My aim is to run something faster once the user can see it. To explain, once the user clicks the menu button it will open, which is fine but when the user clicks to close the menu, it should close the ...
2
votes
6answers
55 views

Toggle/Show one defined DIV with JS

I have a fiddle for you: http://jsfiddle.net/vSs4f/ I want to show the div.sub-menu with a simple click on a.haschildren. If the body loads the div.sub-menu should be closed. If I click a second time ...
0
votes
2answers
41 views

Return an array of values from toggled images in jquery

I am using a jquery post to return an xml dataset. I was originally using drop down form controls to filter the data as it was returned. Now I want to be able to display a list of manufacturer icons ...
-3
votes
1answer
34 views

JQuery Class Toggle [closed]

We have a simple script to filter results: $('ul.filter li a').click(function() { $('ul.filter li a').removeClass("selected"); $(this).addClass("selected"); var getvalue = ...
1
vote
1answer
40 views

Jquery Toggle + extra close button

i wrote this little Toggle Script and i want to add an extra "close" button into my open wrapper. So someone can open and close it with a click on "Button" but also close it with a click on "close". ...
0
votes
4answers
61 views

How to add / remove input value when clicking an element

I have this html elements: <input type="text" name="myassetid"><img src=".." data-assetid="152"><img src=".." data-assetid="153"><img src=".." data-assetid="164"> When the ...
-1
votes
1answer
54 views

html click button display/hide picture? [duplicate]

So, I am new to html and say I have 2 buttons named "Show Picture 1" and "Show Picture 2" I want to be able to display Picture1 after clicking the button "Show Picture 1". I also want to be able to ...
1
vote
2answers
45 views

jquery toggle change image regarding status

I'm using jquery toggle to hide some content, which the user can "unfold" if he/she wants to see it. Here's a jsFiddle of it: http://jsfiddle.net/yjs2P/ using this code: $.noConflict(); function ...
0
votes
1answer
34 views

Android SlidingMenu nullpointer on toggle

I've implemented an SlidingMenu, I set it up with SlidingMenu sm = getSlidingMenu() in the activity I want to use the menu. The problem I've got I want to toggle it via a button I've created on a ...
0
votes
0answers
18 views

jQuery slideToggle method

I have written a very simple jQuery plugin to slice a ul or ol elements on the client side. The plugin basically hides extra items in a list and just show a specified number of items. It appends a ...
0
votes
0answers
22 views

Toggling visibility of buttons in Actionscript 2

Ok, I have 3 buttons - one on top of the other. I want to be able to press 'o' to switch from one to the next. I wanted to achieve this with visibility, like so on(keyPress "o") { ...
0
votes
0answers
19 views

How to correctly change MediaPlayer audio stream type?

I have a simple mp service to play, pause, resume audio. All works fine. But, last night I have decided to add a feature for user to route audio to ear-piece or speaker and have been battling with ...
0
votes
0answers
34 views

JQuery: delay a toggleClass just when is adding

I built this code to change the div.myButton when I click on it. The code wants to allow a .toggleClass() on red-text class in #bar with the condition that this .toggleClass() must be delayed just ...
0
votes
0answers
28 views

Duplicated header on click on toggle panel extjs4

I have a problem with collapsible panels. I have a toolbar on top with the toggle icon but also if I click on panel's header it expand and the header is duplicated. Now if I click on the toggle button ...
0
votes
2answers
33 views

more less example with coffeescript

I'm trying to add basic more/less links to toggle element visibility. How do I insert preventDefault ? Also it only works on first toggle, after that it doesn't toggle out. Any error? ...
1
vote
2answers
31 views

Initiate a jQuery plugin on multiple elements. Click triggered multiple times

I have written a very simple jQuery plugin to slice a ul or ol elements on the client side but I am witnessing very strange behaviour while initiating it on multiple elements. The plugin basically ...
0
votes
1answer
22 views

Android getting SlidingMenu status?

I used jfeinstein10/SlidingMenu library I want to toggle the SlidingMenu after click a button but I need to getting the SlidingMenu status is it toggled or not so I want to achieve something like: ...
0
votes
0answers
18 views

Page jumps to the top when clicking on div with a toggle function

On this page: cems.uwe.ac.uk/~s3-gupta/starterpack/ I have two "floating" sidebars, that can be clicked to open hidden divs. The pages themselves have divs which slide open using JS, and the page ...
1
vote
1answer
62 views

Vertically adjusting wrapped divs using jquery toggle

I have a set of divs that are being built dynamically and could include several rows of content. We are restricting the output to three columns per row. Using jquery toggle to toggle some content ...
0
votes
1answer
20 views

How do I move a div to a specific coordinate regardless of its current position?

Forgive me if I am too vague or if my material is wrong , I've only been playing with JQUERY for like 3 days now and am a novice with coding. I am working on a HTML page that has has exactly five ...
0
votes
0answers
19 views

Eclipse ADT: Impossibly weird boolean behavior

I'm having trouble changing variable values while at a breakpoint in debug mode. As a test, I have a simple loop with a boolean that gets toggled every pass: booleanTest = !booleanTest; Works ...
1
vote
1answer
103 views

Change Windows 8 App Background in real time (C#/XAML)

I'm doing a Windows 8 application (METRO UI / XAML / C#) and I have a Toggle Switch in the settings bar. I want this switch to select between a "light" and a "dark" theme, in real time. I already made ...
0
votes
2answers
47 views

jquery scroll to with toggle

I'm looking to add scroll to function on click event. If click on button scroll down then scroll up. So far I have this but need to scroll up on click $('#review-link').click(function(e) { }); ...
-1
votes
5answers
93 views

How toggle works in jQuery?

Simple toggle function- $('.simple').toggle(function () { //----------------- }, function () { //------------------ }); }); The thing i am not getting ...
0
votes
2answers
40 views

Button to cycle through 3 state changes

I'm new to JS and working on a class assignment that requires: When the user clicks the highlight button apply a css class to every other li element so you get the colors alternating, and make an ...
0
votes
2answers
58 views

css checkbox with changing label

Trying to make a checkbox-based css toggle button with changing content. Here's current code How to make A disappearing when the button toggles to B? Thanks for the help in advance.
2
votes
1answer
53 views

jQuery toggle hide on click elsewhere

This may be a very simple but never used this type of things so no idea how to do. I am using fadeToggle to show hide div an $('#account-toggle').click( function(){ ...
0
votes
1answer
38 views

Toggling setInterval animation on/off

New to js and learning a lot but in all my research I can't get this quite right. Goal: 1: I have image1 2: when clicked on runs a setinterval function between image2 and image3, animating it. 3: ...
1
vote
2answers
37 views

Issue with toggle

I have the following code HTML <div class="menu_head"> <p class="menu_head_open"> <img style="vertical-align:middle;" src="http://oi44.tinypic.com/dyz2r.jpg" alt="">Administration ...
1
vote
2answers
43 views

jQuery .toggle() button only toggles every other element

My code generates different elements on the click of one button. One of the elements generated is buttons which I want to toggle on and off parts of the text generated. The jQuery .toggle() function ...
0
votes
1answer
25 views

Jquery Toggle Help - Default Hidden

I'm using this to toggle the UL after the heading with the class "toggle." jQuery(document).ready(function(){ $('.toggle').click(function() { $(this).next().toggle('slow'); return ...
0
votes
3answers
25 views

Changing button symbol after the toggle is complete

So, I have a button showing and hiding a div with the ID of "details" and a button with the ID of "more" while changing symbols on click with an up and down arrow. (It starts with details hidden and ...
0
votes
1answer
58 views

AngularJS - stopPropagation

I'm really struggling to implement stopPropagation. I'm currently working with multiple drop down menus. I would like to set it up so that when you open a menu, then click anywhere outside of it, the ...

1 2 3 4 5 39