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