Let Google host your jquery.js file

The author does it like this:

< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js">< / script>
< script type="text/javascript" >
  $(document).ready(function() {
    // This is more like it!
  });
< / script >

A very interesting read. Check it out here.


Subscribe to comments Comment | Trackback |
Post Tags: , ,

Browse Timeline


Add a Comment


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> <pre lang="" line="">


© Copyright 2007 eKini: Web Developer Blog . Thanks for visiting!