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
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');
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
3 matches
Mail list logo