[jQuery] Re: Nothing displays when reloading Flash content with an .ajax() call

2008-09-18 Thread ricardobeat
That's normal behaviour. To get your dynamically loaded scripts to run you need to append them to the head of your document. Something like $('#ajaxloadedcontent script').appendTo('head"); in your 'success' function should work. ricardo On Sep 18, 4:10 pm, Laker Netman <[EMAIL PROTECTED]> wrote

[jQuery] Re: Nothing displays when reloading Flash content with an .ajax() call

2008-09-18 Thread ricardobeat
That's normal behaviour. To get your dinamically loaded scripts to run you need to append them to the head of your document. Something like $('#ajaxloadedcontent script').appendTo('head"); in your 'success' function should work. ricardo On Sep 18, 4:10 pm, Laker Netman <[EMAIL PROTECTED]> wrote