Posted by avn8 in Articles on April 19, 2010
jQuery is very powerful and useful, in my opinion, it’s the best Javascript framework ever. The possibilities with jQuery are endless, from animating divs, changing CSS, and building web apps. It’s part of the Web 2.0 revolution. There is a load of jQuery tutorials around, but this series is for beginners and novices, this specific part is focusing on the syntax of jQuery.
To include the library, remember to insert this between the head tags:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
Read more…