Hi Brice!
> ---[BEGIN LOAD]---
> <a href="#">click me</a>
> ...
> <script type="text/javascript">
> $('[EMAIL PROTECTED]').click(function(){ alert('worked'); });
> </script>
> ---[END LOAD]---
>   
That looks better, anyway, doesn't it?
> So pardon my naiveness... but would your fix essentially alleviate the 
> scoping issue and allow functions declared @ ajax loaded content to be 
> available (globally) to IE?
>   
Actually the window.execScript workaround should solve that problem for 
you, for IE. We still need a more reliable solution for Safari then the 
window.setTimeout hack.

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to