I forgot to tell you what button to press. It's the "Fill Table"
button that shows the difference between the two version.


On Sep 13, 1:00 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> Nothing in that area was changed in 1.2. Do you have some more
> information - possibly a demo?
>
> --John
>
> On 9/12/07, BobBuffone<[EMAIL PROTECTED]> wrote:
>
>
>
> > 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