- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>More</title>
- </head>
- <body>
- <div id="bar">
- bar bar bar
- </div>
- </body>
- </html>
i see both the alerts -- the script is being executed, and the callback is being called (i.e. the load is completing). however, the contents of
<div id="foo"> do not change. i've tried on safari, chrome, and firefox, all on OSX. there must be something obvious i'm missing...?
thanks!