1.

Explain How Jquery Works?

Answer»

<html&GT;

<head>
<script TYPE="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
// You can write the CODE here 
</script>
</head>
<body>
<a href="HTTP://careerride.com/">CareerRide</a>
</body>
</html>

<html>

<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
// You can write the code here 
</script>
</head>
<body>
<a href="http://careerride.com/">CareerRide</a>
</body>
</html>



Discussion

No Comment Found