RE: [Moo] Request.HTML and evalScripts

2011-06-14 Thread Steve Onnis
Thanks Was me being stupid that was causing it. Totally my fault Steve From: Aaron Newton [mailto:aa...@iminta.com] Sent: Wednesday, 15 June 2011 3:38 PM To: mootools-users@googlegroups.com Subject: Re: [Moo] Request.HTML and evalScripts https://github.com/mootools/mootools-core

Re: [Moo] Request.HTML and evalScripts

2011-06-14 Thread Aaron Newton
https://github.com/mootools/mootools-core/blob/master/Source/Request/Request.HTML.js#L45-L57 As you can see, the DOM is updated first, then the scripts are evaluated. On Tue, Jun 14, 2011 at 9:33 PM, Steve Onnis wrote: > Is there any way to get the scripts from a request to be evaluated AFTER >

[Moo] Request.HTML and evalScripts

2011-06-14 Thread Steve Onnis
Is there any way to get the scripts from a request to be evaluated AFTER then response HTML has been updated? I am having an issue where there are scripts running but the HTML has not be updated yet. From what i can see the scripts are evaluated first and then the HTML is updated. I want the rever