[jQuery] Re: Changes to $(selector).append

2007-09-18 Thread Bob Buffone
AIL PROTECTED]> wrote: > I can not see the second page, so I can not compare the behavior. > > 2007/9/15, Bob Buffone <[EMAIL PROTECTED]>: > > > I forgot to tell you what button to press. It's the "Fill Table" > > button that shows the difference between

[jQuery] Re: Changes to $(selector).append

2007-09-15 Thread Bob Buffone
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 > >

[jQuery] Re: Changes to $(selector).append

2007-09-15 Thread Bob Buffone
I did some more debugging and the changes seems to have happened between 1.1.2 and 1.1.3. The error is only with IE. The following file works it uses 1.1.2. http://incubator.apache.org/xap/docs/xmodify/content/prototype-index.html The file that doesn't work uses 1.1.3 http://incubator.apache.

[jQuery] Changes to $(selector).append

2007-09-12 Thread Bob Buffone
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