[jQuery] Re: jQuery AJAX working in Firefox but not IE

2007-07-28 Thread Josh A.
That was it. I wrapped the tables in s and used .load() on the divs instead of on the tables themselves. Works great. Stupid IE. On Jul 25, 7:16 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Josh, > First, I am curious why you are putting the code directly on a like, is > there a reason fo

[jQuery] Re: jQuery AJAX working in Firefox but not IE

2007-07-26 Thread Josh A.
Thank you, that gives me some ideas to try. To answer your question: because I am a javascript beginner just starting to get my head around this stuff :-) On Jul 25, 7:16 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Josh, > First, I am curious why you are putting the code directly on a l

[jQuery] Re: jQuery AJAX working in Firefox but not IE

2007-07-25 Thread Benjamin Sterling
Josh, First, I am curious why you are putting the code directly on a like, is there a reason for that? I assume it is to be able to dynamically add the IDs, but you should be able to create a function and just pass those IDs. But, to actually answer your question, I could not find a good answer