JQuery 1.3.2 Google Include
Copy this code and paste it in your HTML
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript">
$(function() {
// Ready to code...
});
Report this snippet