[jQuery] addClass and removeClass

2009-04-03 Thread Rob Lacey
Hi there, I'm getting an interesting problem with addClass and removeClass. I'm attempting to build a rating system using radio buttons to select the rating. I'm actually hiding my radio buttons and styling the label to have pretty stars instead for a nicer interface. I want to highlight the

[jQuery] addClass and removeClass not working in IE

2008-01-17 Thread rajeshphp
the addClass and removeClass not working in IE for me , this is my code // check if previous/next button should be enabled if ($(handle +' #histogram .active').attr('name') == '10') { $(handle +' #edit-next').addClass('disabled'); $(handle +' #edit-previous').removeClass('disabled');

[jQuery] addClass and removeClass not working in IE6

2007-05-26 Thread patcoll
Hey guys, I got a brainteaser. My issue is that jQuery is not processing addClass or removeClass at all when called from hover() in IE6. alert() calls show the correct data is being passed through to these functions, but to no avail. My limited test suite shows that it works in Firefox 2 (Mac), S