[jQuery] children().text problem on IE
I have a line of jQuery that works fine for FF and Opera, but fails in
IE with the error 'Unexpected call to method or property access'
The specific line it chokes on is (similar to) this:
$('#Layer-3').children().text( 'some text' );
The exact line is line 93 of this page: http://psd2cssonline.com/tutorials/tooltips/index.html
It's strange because IE will allow me to do other things (css(...) for
example) over the children selector, just not text(...) or html(...).
What am I missing?
Thanks.
--
Shaun
shaun@psd2cssonline.com