Thanks
Was me being stupid that was causing it. Totally my fault Steve From: Aaron Newton [mailto:[email protected]] Sent: Wednesday, 15 June 2011 3:38 PM To: [email protected] Subject: Re: [Moo] Request.HTML and evalScripts 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 <[email protected]> wrote: 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 reverse of that to happen. Steve
