Saturday 16 November 2013

How to use JQUERY library?

How to use JQUERY library?
Now you can include jquery library in your HTML file as follows:

<html>
<head>
<title>The JQUERY Example</title>
   <script type="text/javascript"
   src="/jquery/jquery-1.3.2.min.js"></script>
   <script type="text/javascript">
      // you can add our javascript code here
   </script>  
</head>
<body>
........
</body>
</html>

No comments:

Post a Comment