The toggleClass method in jQuery provides a mechanism for adding or removing a class or list of classes by name from selected elements.
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();
...
-4
votes
3answers
36 views
Active & Inactive class add & remove
I need to add & remove class on click of anchor tag.
<div class="activeTab">
<a href="#." class="active">Active</a>
<a href="#.">Inactive</a>
</div>
...
0
votes
3answers
29 views
jQuery close button for toggleClass and slideToggle not working as expected
I have a simple slide toggle setup that I want to add a close button to, but it seems that removeClass() isn't working.
When clicking the close link, I want to return to the previous color (remove ...
1
vote
2answers
30 views
Backbone - toggleClass on hover
I am new to Backbone and understand the idea, but am having trouble properly writing a simple toggleClass function. My site is a grid of squares that when a square has the class "hover" some css ...
0
votes
2answers
48 views
Getting length of toggle classes
This might be similar to getting length of a class. But I am not getting the actual output for toggle class.
So here is the scenario: I have a table in which there is a checkbox in every row. If ...
0
votes
3answers
29 views
jQuery toggleClass() navigation not working
Here is my markup: http://jsfiddle.net/dF2bM/2/
.active
{
background: #f4b436;
border-radius: 3px;
width: 85px;
padding: 5px 0;
}
.active class should provide a yellow bg to the ...
0
votes
1answer
24 views
I am interested in using toggle class to change the color of the background of an image
I set up a button to change the color. It is showing classA but it will not change to classB onclick. The button seems to be working so I am not sure what is not working here. I would appreciate ...
0
votes
3answers
33 views
toggleClass in jQuery
I cant get toggleClass to work, here's a jsFiddle:
http://jsfiddle.net/edddotcom/V6VHX/
clicking on the image is supposed to make the text change colour by removing the .mid class but its not doing ...
0
votes
1answer
29 views
How can I emulate radio button functionality in jQuery?
I have 3 buttons, each with a checkbox:
<div id="btn_group">
<button class="btn"><i class="icon-check-empty"></i> One</button>
<button class="btn"><i ...
0
votes
5answers
58 views
How do I remove toggleClass on click and when any other element and white space is clicked?
I am using JQuery toggleClass to change the color of a button when it's clicked. When it's clicked again it should revert to the original color AND when the mouse is clicked anywhere else including ...
0
votes
1answer
55 views
ToggleClass won't work
I have some HTML that I want to "highlight" when I click on it. Pretty straightforward stuff, but i cannot for the life of me get toggleClass to work :/
Here is the HTML:
<div ...
2
votes
1answer
57 views
CCS3 transition and jQuery toggleClass overflow:hidden doesnt work
I am trying to make a menu that slides in from the left, and pushes everything else 70% off canvas. I also want to remove the scroll when this action applies.
If I use jQuery to toggleClass on the ...
0
votes
1answer
37 views
jQuery toggleclass by information form an array
I am making a jQuery board game and I need to move a counter around the board. I can do with with hard coding but I need to be able to do it depending on what the person rolls on a dice (random number ...
-3
votes
2answers
66 views
hover on one image to fade swap a different image or the div containing the image's background image?
I have a div containing 4 images in a row and a div the length of all 4 on the next row.
What I want to do is apply the hover and toggleclass functions so that when you hover over each of the 4 top ...
0
votes
2answers
71 views
jquery toggle class between divs
If I have two div elements where users are to choose between two options.
I'd like to show that the user has clicked on it, so by that when user clicks on an element, the class adds some styling.
...
0
votes
2answers
26 views
How can I use a div that has css styles with browser prefix in the name in a toggleClass?
I am using the following solution to work with some cross browser issues I was having:
Cross Browser Fix
In my CSS, using the above solution, I have something like:
.some_class {
...
0
votes
1answer
56 views
Change div background by clicking on another div
Hi I am trying to change a div to white when another div is clicked on. Sounds simple but cannot get it to work. Any ideas ?
<section id=maindisplay>
<div id=control></div>
...
1
vote
2answers
100 views
Toggle class on Multiple Elements with UI Feedback
I have a list (spaces just for visual clarity):
<li class="a"> A </li>
<li class="b"> B </li>
<li class="c"> C </li>
<li class="a ...
0
votes
3answers
40 views
Jquery - Toggle Class On Multiple Buttons
I currently am running with a small JQuery function that toggles a new class if a button has been clicked.
$(".button1").click(function () {
$(this).toggleClass("button2");
});
...
1
vote
2answers
54 views
Jquery toggleclass hover
I got this sub menu on my link SLIDE, the thing is when i clicked to close the sub menu if i move the cursor somewhere else but the 'SLIDE' link it works fine, but if i close it and my cursor stay on ...
0
votes
5answers
191 views
slideDown and slideUp multiple fields with jQuery
I'm trying to slide multiple contents down with show fields. This works fine. Also the class changes nicely to "up". Yet, when I click the text again, nothing happens.
Why doesn't this work? Does ...
0
votes
0answers
49 views
Toggle Tag Class in Google Apps Script
Is there a way of toggling an HTML tag class in google apps script?
I basically making a div, once clicked it fills some values on the spreadsheet and the background color of the div changes. I've ...
0
votes
2answers
69 views
slideToggle halve of a div?
Is it possible to use slideToggle from halve of a div to full and then back?
I have one solution with this code:
$("button").click(function() {
...
0
votes
1answer
190 views
JQuery CSS !Important, change css on click
I have a drop down menu that is positioned off the page (negative margin) upon a button click I want the page to be pushed down and the menu to appear. I'm using CSS3 to achieve this and have this ...
0
votes
3answers
64 views
clicking a checkbox and applying class to it's parent
I'm trying to apply a class to a li element if the input box is checked but I can't work out why it's not happening. The HTML and CSS is 'by others' so I'm sure there's an error there as the jQuery ...
0
votes
1answer
73 views
Toggle triangles on drop down answers
I am a newbie to Javascript, I have code I found on the internet for a drop-down FAQ file which works OK. What I cannot work out is how to adapt it to show toggle triangles - point right normally, ...
0
votes
1answer
48 views
JQuery toggleClass - get back to normal class?
So i have a toggleClass to change the class of some divs(it changes the bg) when a div is pressed.
When another div is pressed, i need the bg to change back to normal, and close the ".subtitle", and ...
1
vote
2answers
161 views
jQuery toggleClass() between multiple classes
I would like to toggleClass between multiple elements:
<div class='container'>
<div class='main'>
<div class='par' id='1'></div>
<div class='par' ...
0
votes
2answers
116 views
Row and Tile View list with jquery
what i'm trying to do is create two buttons; one button shows a tile view of data and the other shows a row view of data. I have the code set up to be like this:
dl = $('.data-list'),
sr = ...
0
votes
0answers
35 views
Javascript not fully executing on page using Vimeo API
I have attached several event listeners to the several paragraphs on the following page to play Vimeo videos and toggle overlays when clicked. All appear to be functioning correctly except the last ...
0
votes
2answers
46 views
Toggling classes with jQuery
When I click on a thumbnail (.framesButton) it slides open a panel which is fine. I just want it to also add a class (.frameSelected) which adds the background with the little black triangle to the ...
0
votes
1answer
108 views
AngularJS lost css class during model update (DOM re-draw)
I've got a table whose rows loop thru some model data. Onclick of a table cell, all the cells of that row toggle .active (background becomes red). That works fine (although I'll eventually add a more ...
2
votes
2answers
283 views
Change anchor text and icon with jquery
I have an anchor tag which hides or shows a div but I've been unable to change it's text and icon.
How do I change the text AND icon tag, as currently it parses the icon tag out as regular text.
...
0
votes
1answer
80 views
jQuery toggleClass don't working on second div
I want to sorry for my bad english becouse I'm italian.
I have 1 page html with 2 jQuery slideToggle and the relative toggleClass for change "Show" and "Hide" in the button.
In the first div ...
0
votes
3answers
291 views
jQuery toggle button not working .on('click')
this is a script i found here, which i changed from .live to .on
I have an anchor with a class login attached, the logout will open a form using jquery, and change the text and class of the current ...
1
vote
2answers
65 views
toggleClass (add if not present)
What is the simplest way to toggle a class if it is present, otherwise adding one if it's not?
Currently I'm using:
if ($(e.target).hasClass('clicked-odd')) {
...
1
vote
2answers
41 views
toggleClass flickering on mouse movement
http://esp-platform.ice.im/
See the URL above and hover over the down arrow or search icon in the top right.
When hovering over this li with class cp-dropdown i want to toggle the class showme ...
1
vote
1answer
127 views
jQuery .toggleClass() is working locally but not on the remote server
Please help. This code works locally but not after I upload it to the remote server. It does not seem to be a cdn issue because I put an alert statement in as a test. The second statement is for a ...
2
votes
2answers
65 views
A more elegant way to write this jQuery?
I've had to break this down into two parts despite it being toggles. This is because I want to make the animation differ for adding and removing classes.
When the active class is added I need to UL ...
0
votes
2answers
39 views
JQuery - Optimize class toggler?
I have an element, when clicked, would check the class of a different element.
If it has a specific class, it'll remove it, and replace it with a different class.
Again, if clicked, it'll reverse ...
2
votes
1answer
71 views
jQuery ToggleClass Is Toggling When I Click On Inside Links
I have links inside a list item that toggles on click, but when I click on the link the toggleclass activates and it disappears.
<script type="text/javascript">
$(document).ready(function() {
...
1
vote
1answer
103 views
toggleClass dropdown not working on Ipad
I am creating a script that will show drop down menus under my navigation items on a Desktop, Ipad or tablet.
Right now the dropdowns are showing when I test this on a desktop, but not on an Ipad.
I ...
1
vote
1answer
88 views
Jquery - Toggle class if only first instance
Here's my fiddle: http://jsfiddle.net/SBAE8/
Here's my problem. I have a series of 3 items, the top most item is preceded by a headline whose visibility has been toggled by the script. If the user ...
0
votes
2answers
48 views
How to toggleClass only the clicked node
I have a table that has toggled rows of the .parent after a while loop. My JS is below and as you can see I also want to toggleClass of the .parent element so the header row can be highlighted when I ...
0
votes
1answer
615 views
jQuery - toggleClass arrow up and arrow down icon change
I have two containers, each with their own headers and arrow icons to indicate which direction the toggle can take place.
On load, container 1 is open with the up arrow icon (to indicate the content ...
0
votes
1answer
68 views
Jquery toggleClass issue - same code works with addClass - what am I doing wrong?
I'm trying to toggle a class of "on" with jquery, but doesn't seem to be working. addClass does work, so I'm not sure what I'm doing wrong?
this works:
$(".request-trial").click(function () {
...
0
votes
0answers
80 views
.click and .hover at the same Button. But disable hover effect on click
I am a noob with jQuery and JavaScript, please post me a jsfiddle link so i can understand the code.
$("#maustourbutton").click(function () {
$("#maustouranzeige").fadeToggle("fast", "linear")
...
1
vote
4answers
114 views
JQuery - apply CSS change to single element of a class
My apologies if a similar question has already been asked.
I've got a class of links, each with an image and text.
<a class="link">
<img src="//filepath">
link text
</a>
...
-1
votes
3answers
69 views
jQuery unable to target toggled class
I am new to jQuery and I may be going about this the wrong way. I am trying to target a div that has been toggled. The first event handler works fine (open), but I am unable to get the second to work ...
0
votes
1answer
312 views
Using jquery to control css3 transitions to open and close nested menu dropdowns
I am using Jquery to control the css3 transition (margin) animation of a nested dropdown menu. I can get the nested menus to dropdown on click of the link that triggers the event in the main part of ...







