The removeclass tag has no wiki summary.
21
votes
4answers
2k views
JQuery removeClass wildcard
Is there any easy way to remove all classes matching, for example,
color-*
so if I have an element:
<div id="hello" class="color-red color-brown foo bar"></div>
after removing, it ...
5
votes
5answers
508 views
Removing elements by class name?
Ok... I have the below code to find elements with their class name:
// Get the element by their class name
var cur_columns = document.getElementsByClassName('column');
// Now remove them
for (var i ...
4
votes
2answers
104 views
+50
Smooth out this jQuery toggle animation?
The animation produced by my jQuery function is shaky, and I've been looking through different SO solutions, such as adding jquery.easing, but no luck. Is the problem the iframes in each div?
Any ...
4
votes
1answer
28 views
swich off others element with the same selectors and switch on the clicked one in jquery
I've a simple list of play button, such as
<a class="play" rel="video-1"></a>
<a class="play" rel="video-2"></a>
and when I click to one of these I wish to switch off ...
4
votes
7answers
117 views
jQuery removeClass() but not certain classes
How can I do remove all classes from an element except certain classes. I'm assuming we can't use not with removeClass(). Let say I have a <div class="aa bb cc dd ee ff"></div> and I want ...
3
votes
1answer
34 views
do jQuery .first() and .last() work differently?
So, i'm building a simple slideshow control with this markup:
<div class="previous"> </div>
<div class="next"> </div>
<div class="gallery"> </div>
<div ...
3
votes
3answers
154 views
jQuery - toggle & removeClass
An easy one, but I can't figure it out. I have a link called #title and when you click it it toggles div called #content. This works perfectly, but in addition I'm adding "active" class to my #title ...
3
votes
2answers
126 views
Why doesn't my jQuery selector notice when I remove a class?
I have an element contained in a parent element with the class active, like so:
<div class="active">
<div class="button"></div>
</div>
I have jQuery set up to handle a ...
3
votes
2answers
463 views
use jQuery to get 'true size' of image without removing the class
I am using Jcrop on an image that is resized with css for uniformity.
JS
<script type="text/javascript">
$(window).load(function() {
//invoke Jcrop API and set options
var ...
3
votes
8answers
2k views
jQuery - addClass or removeClass - Is there an append class?
I have css hover over images for my tabs and I'm trying to get the class to change from .how to .how_on when I click on the image HOW.
My tabs are
HOW | WHAT | WHEN | WHO | WHY
I have ...
3
votes
4answers
4k views
JQuery Find #ID, RemoveClass and AddClass
I have the following HTML
<div id="testID" class="test1">
<img id="testID2" class="test2" alt="" src="some-image.gif" />
</div>
I basically want to get to #testID2 and ...
2
votes
5answers
48 views
jQuery click function acting strange when adding/removing classes
I have two list items that, when clicked, should change classes from '.off' to '.on'. Only one element should be '.on' at a time so when one is already turned on and the other is clicked both elements ...
2
votes
6answers
70 views
Remove a:hover in javascript
I have the following javascript code:
$('#s2 a').click(function(){
var cB = $(this);
var f = parseInt(cB.attr('data-f'));
var r = parseInt(cB.attr('data-r'));
var c = ...
2
votes
1answer
175 views
Popup menu with hover class in jQuery (trying to replicate select box with a <ul>)
I've been trying to figure this out for awhile, but I'm just going in circles.
Essentially, I have an input field with 2 options that one can select. This isn't a normal <select> option, ...
2
votes
2answers
89 views
jQuery removeClass problem
I have a little bit of problem here:
I have the following js functions:
function setRounded(divId){
$(divId).addClass("rounded-corners");
}
function unsetRounded(divId){
...
2
votes
3answers
69 views
.removeClass from all elements (versus a single defined element)
how would I use .removeClass to remove all matching classes instead of calling out each element individually?
So instead of this:
$("input").removeClass("CO_form_alert");
...
2
votes
5answers
392 views
JQuery addClass and removeClass problems
I have some code that when a user clicks on a link JQuery adds class 'selected' to that anchor. Then, so that not all links end up with 'selected' as the user clicks on different links, I tried ...
2
votes
3answers
612 views
Remove all classes except one
Well, I know that with some jQuery actions, we can add a lot of classes to a particular div:
<div class="cleanstate"></div>
Let's say that with some clicks and other things, the div ...
2
votes
2answers
1k views
Why not work in IE addClass and removeClass
addClass removeClass, and I use to change the appearance of the checkbox but it has broken in IE and in FF, Opera, Chrome, everything works fine.
$('input:#chkbox').click(function()
{
...
2
votes
2answers
587 views
jQuery - Remove class from any <li> that wasnt just clicked
Lets say i have list like this...
<ul>
<li class="one">One</li>
<li class="two">Two</li>
<li class="three">Three</li>
</ul>
...and i want to be ...
2
votes
1answer
604 views
jQuery removeClass duration not working?
I have a paragraph set with the following style:
.design_info_box p.design_info_desc
{
height:30px;
text-overflow: ellipsis;
overflow:hidden;
}
With this, you can see the first 2 lines ...
2
votes
4answers
155 views
Is there a way to automatically add classes in multi-level lists with jQuery?
I have a multi-level lists like this:
<ul>
<li>Item 1
<ul>
<li>Item 1's 1st Child
<ul>
<li>Item 1's 1st ...
1
vote
0answers
46 views
better method for jquery for click and toggle multiple classes?
I have 2 links that I am toggling multiple classes, and then when you click on the other link, the classes are removed. Is there a better method? or a way to combine the click and toggle (shorthand)?
...
1
vote
2answers
64 views
jquery invert class attribute on click
With this simple markup:
<a id="foo" class="first" href="#"></a>
I wish to obtain something like this:
$('#foo').click (function () {
if $('foo').hasClass('first') { ...
1
vote
2answers
91 views
Jquery addClass / removeClass animation doesn't work with Background ?
i'm trying to make smooth animation during change class with Jquery.
But it works only with text-color, not background.
You can check this for detail :( :
http://jsbin.com/upufut
1
vote
4answers
96 views
.parents().removeClass() not working
i got this javascript, trying to remove a class on a parent element:
$(this).parents(".box").removeClass("expanded");
on this html:
<div class="box trx">
<a href="javascript:;" ...
1
vote
3answers
111 views
jQuery addClass and removeClass onchange issue
I'm trying to get jQuery's addClass and removeClass to work in a form select environment with little success.
I want to modify the parent div's class and was trying to pass the ID in the function but ...
1
vote
3answers
36 views
how do I remove a class if an element has a class that I'm looking for using jQuery?
<a href='1.html' onclick='return false' class='selected'>video 1</a>
<a href='2.html' onclick='return false' class=''>video 2</a>
<a href='3.html' onclick='return false' ...
1
vote
4answers
119 views
jquery toggleClass, removeClass
Solved:
Thanks to eveyrone that tryed to help
Added this code and it worked:
$(function() {
$( ".itemContainer" ).click(function() {
$(this).toggleClass( "showtheitem", 800 ),
...
1
vote
2answers
170 views
JQuery addClass and removeClass efficiency
I am building a sortable table and need the update the 'sort order' icons on the table header.
Here is a little information so you can better understand what my code is doing.
The code is being ...
1
vote
3answers
108 views
Delay() bugged on table row reorder
I have a simple script to change pages order for a cms. It is based on reordering table rows with jQuery. Now the issue is, that I want to remove the highlight class from the full row with a delay. It ...
1
vote
2answers
388 views
jQuery siblings / removeClass “active” just wont work
I've been trying to get this arrow toggle script work on my page. I think i miss something simple but I just don't know what is it. Been spending 2 hrs to figure this out.
The script :
...
1
vote
1answer
102 views
JQuery UI remove class animations appear non functional
I am using a series of CSS3 transitions but for older machinges back up by using JQuery UI add and remove class.
JQuery UI addClass animations are fully functional. JQuery UI removeClass however are ...
1
vote
1answer
241 views
IE7 and setAttribute() to remove classes
I've got a pretty interesting issue.
I'm writing a plugin which allows you to zoom in/out an image. I've got 3 buttons: close (close the 'window'), zoom in, zoom out.
The buttons zoom in/out have got ...
1
vote
2answers
178 views
jquery click .addClass issue
Hi i have been having trouble all day with this, it almost works but not quite, i need the corresponding p (#p-1 etc) to stay highlighted once the thumb nail is clicked. I have used a Plug in for an ...
1
vote
1answer
148 views
how would I removeClass after a certain div is loaded on a page?
I'm wondering how I can remove a certain class after a specific div is loaded on a page. Does anyone know the appropriate way to do this using jquery?
I'm using a special class for loading and would ...
1
vote
3answers
239 views
Issue with detecting default HTML checked attribute for checkbox
I'm a bit new to jQuery. I'm having issues with the following code working, specifically the reset button:
<script>
$(function()
{
$(document).ready(function()
{
...
1
vote
1answer
125 views
jQuery — click function on a class added via 'addClass' does not respond
I've added a class via addClass. I have an onclick function for that added class. However jQuery ignores the click funtion i created for that class.
I've tested it on JSFIDDLE here
<style ...
1
vote
3answers
84 views
Using jQuery to strip out width and height tags on elements?
The title is just my thought on how to do something, not necessarily, "the way", here is the situation.
I'm using the following to embedd nice square thumbnails from my Flickr feed into my site.
...
1
vote
1answer
389 views
jQuery UI autocomplete remove class name
I have made a working autocomplete, but want to modify which class names the results should have without editing the .js or .css file of the autocomplete (plugin).
This is my code:
...
1
vote
5answers
533 views
Change css class with JQuery \ Watermark
My application is trying to show a text watermark in a textbox on a form, but I don't want to touch the actual value of the box. So, I'm trying to use a background image with the watermark text, using ...
1
vote
2answers
3k views
jquery dynamic id selector, remove then add class
I have a table, with rows which all have a cell of a div with a dynamically generated id in the format of btn-insertidhere.
When the table row is selected, I want to select this div id, then remove a ...
1
vote
1answer
3k views
Jquery removeClass Not Working
My site is here: http://treethink.com
What I have going is a news ticker on the right that is inside a jquery function. The function starts right away and extracts the news ticker and then retracts ...
1
vote
2answers
2k views
how to loop through menu and remove class and then add class to current menu item
I have this menu structure that is used to navigate through content slider panels.
<div id="menu">
<ul>
<li><a href="#1" class="cross-link highlight">Bliss Fine ...
1
vote
2answers
2k views
jquery 'remove class' - trying to remove all elements with a particular class
So I have 2 divs, each with n-elements.
There are n-pairs of elements across the 2 divs.
Each pair uses the same 'class'.
Is it possible to remove a particular pair at a time? I currently am using ...
1
vote
2answers
698 views
JQuery Close Event remove class from table row
I currently have a table with rows that contain a clickable link.
When a user clicks a link from any table row JQUery's UI Modal DIalog popups up and i add a class to the clicked links parent tr ...
0
votes
3answers
32 views
jQuery, 1 line removeClass not working
to start with I have this:
<body class="nojs">
I'm trying to remove the "nojs" class and replace with "js", so I can set CSS fallbacks properly. This is the code I'm using:
...
0
votes
2answers
28 views
Changing subelements class with JQuery
I am trying to change the class of all div element with the id "led1" which resides in another div with the id 1.
<div class="MACHINE">
<div id="1" class="HOST">EMPTY
<div ...
0
votes
2answers
39 views
jquery live() click function: class not being removed
I'm using jQuery to show a success message after a form is submitted. The form is created using the wordpress plugin Contact Form 7. The class wpcf7-mail-sent-ok is added dynamically by the plugin ...
0
votes
2answers
49 views
jQuery removeClass addClass animate
Trying to do a very very simple jQuery animation...
The nav element will animate with negative margin but the class .nav_btn2 is not applied so the nav element will not animate back to the original ...