Your Ad Here

Posted By

brianyang on 05/14/10


Tagged


Versions (?)

The YUI 3 approach


 / Published in: JavaScript
 

  1. <script type="text/javascript"
  2. src="http://yui.yahooapis.com/combo?3.0.0/build/yui/yui-min.js"></script>
  3.  
  4. YUI().use("dom", function(Y){
  5. Y.DOM.addClass(docment.body, "loaded");
  6. });

Report this snippet  

Comments

RSS Icon Subscribe to comments
Posted By: opbissa on May 17, 2010

test comment

You need to login to post a comment.