Explain how jQuery Works

Explain how jQuery Works.

<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>
When can you use jQuery?
When can you use jQuery? - JQuery can be used to apply CSS, call functions on events.........
What is DHTML? What are the features of DHTML?
What is DHTML? What are the features of DHTML? - DHTML stands for Dynamic HTML. The first thing that we need to clear about DHTML is that it is neither a language like HTML.......
Which browsers support DHTML and how will non-supporting browsers handle DHTML?
Which browsers support DHTML? - Version of Netscape navigator and Internet Explorer higher than 4.0 or 4.0 supports DHTML in easy way........
Post your comment