Dojo not working for me.

Posted by pfdevil on Stack Overflow See other posts from Stack Overflow or by pfdevil
Published on 2010-04-09T14:00:58Z Indexed on 2010/04/09 14:03 UTC
Read the original article Hit count: 369

Filed under:
|
|

Hello,

I can't get my dojo working. I've tried everything.

Here is the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js">


    dojo.addOnLoad(function(){
    console.log("page ready, can modify DOM anytime after this");

});
</script>

</head>
<body>

</body>
</html>

© Stack Overflow or respective owner

Related posts about dojo

Related posts about JavaScript