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

2007-10-19 Thread 胡争辉
Sorry to reply so late. Have you solved this problem? 2007/9/18, Bob Buffone <[EMAIL PROTECTED]>: > > > I totally gave you the wrong URLs > > No issue with IE > http://incubator.apache.org/xap/docs/xmodify/content/jquery-index.html > > issue with IE > > http://incubator.apache.org/xap/docs/xmodify

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

2007-09-18 Thread Bob Buffone
I totally gave you the wrong URLs No issue with IE http://incubator.apache.org/xap/docs/xmodify/content/jquery-index.html issue with IE http://incubator.apache.org/xap/docs/xmodify/content/jquery-index-1.1.3.html Sorry about that is was late. On Sep 16, 4:16 pm, "胡争辉" <[EMAIL PROTECTED]> wrote

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

2007-09-16 Thread 胡争辉
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 the two version. > -- http://www.goumin.com/ QQ: 443089607 QQ mail: [EMAI

[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] Re: Changes to $(selector).append

2007-09-12 Thread John Resig
Nothing in that area was changed in 1.2. Do you have some more information - possibly a demo? --John On 9/12/07, Bob Buffone <[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"