[jQuery] Re: Problem using html(val) with firefox (works in IE7)

2008-04-20 Thread Eric Fehse
Update: I found the mistake myself: There were two elements with the same id. Now everything works as expected. On Apr 19, 5:33 pm, Eric Fehse <[EMAIL PROTECTED]> wrote: > Hi, > > I am writing a little web app that is supposed to show a table as a > reaction to an ajax call to

[jQuery] Problem using html(val) with firefox (works in IE7)

2008-04-19 Thread Eric Fehse
Hi, I am writing a little web app that is supposed to show a table as a reaction to an ajax call to the server. So after the ajax post request, the server renders an html-table. This table is then inserted in a container div on the page using the "html(val)" method. In IE7 this works fine. Fir