Afternoon Guys/Gals.
I have a weird error in IE8.
removeSuggestResults = function() {
$$('.editsuggestResults').each(function(el) {
$(el).remove();
});
}
Doesnt seem to work in Internet explorer 8.
The Element exists and was added dynamically to the DOM and has the
classname.
I read somewhere about IE8 not adding classnames to elements when the
classname is in the options of "new Element();" so i called $
('suggestiveResults').addClassName('editsuggestResults');
to be safe. But it seems to not be working. I also cant get a copy of
firebug lite as the site seems to be down so i cant test the element
to make sure it has the class!!!!
Can anyone help ?
Thanks in advance
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---