jQuery Tutorial plus Question:

Explain how jQuery Works?

Tweet Share WhatsApp

Answer:

<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://www.globalguideline.com/">Global GuideLine</a>
</body>
</html>

Download jQuery PDF Read All 91 jQuery Questions
Previous QuestionNext Question
Why is jQuery better than JavaScript?When can you use jQuery?