You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CS193H High Performance Web Sites
I have perhaps a stupid question - but one thing I didn't get was
WHERE the example code would be written in order to implement XHR
Eval? For instance, I have one script at the very bottom of my code
that is normally loaded externally. It could be delayed. So I would
delete the script element and add the XHR code, but where? In the
html?
Steve Souders
unread,
Nov 24, 2008, 12:25:02 AM11/24/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cs193...@googlegroups.com
It's best to put scripts as low in the page as possible. So, unless
there's a reason not to, put it right before the </body> tag.