[jQuery] IE choking on children()
IE is choking on the following line:
$( "#searchResults" ).children().remove();
I'm getting an Object Required error. This works fine in FF.
Seems like the children() method is causing IE to choke in this case.
Any ideas?
Rey...
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/