Also, the document ready function won't trigger because you're loading the
data via ajax. document ready only runs when the page itself loads.

Blair

On 12/5/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:

Ronald Haring - Tripolis schrieb:
> Hi all,
>
> I've been trying hard to get the following scenario to work. On page 1
> there is a link, when clicked an ajax page will be loaded and shown in
> a div. However this ajax page contains some javascripts and this is
> not executed in ie6. I think the problem is with ie6 but if anyone
> knows of a workaround I will be gratefull. For now I will put all the
> javascript that I will ever receive from these ajax pages in the
> calling page but this poses a lot of problems. (since these ajax pages
> are part of a wizard, the next button should be enabled and disabled
> based on certain conditions which are different on each page of course).
Could you please update to the latest revision of jQuery and test it?

If you don't have SVN access, check these:
http://joern.jquery.com/dist/jquery.js
http://joern.jquery.com/dist/jquery.pack.js

The issue you are describing should be fixed in this revision.

--
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to