I'm using the $(selector) in 1.1.4 and it always returned an array
that you could change to and append.

$("#myDiv").append("Some HTML");

This has seemed to change in 1.2, the $(selector) doesn't return an
array so chaining the calls don't work. This is becuase the domManip
function uses

return this.each(function(){ ... }); and "this" isn't an array, it's a
native object.

I looked through the release notes and didn't see that this was
changed.  It there a way to get the old functionality, Maybe a
different selector?

Thanks for the help,
Bob

Reply via email to