Tuesday 14 April 2015

How to add jquery in your html page.?

  How to add jquery in your html page.? 1) Download the jQuery library from jQuery.com After download the jquery then put into... thumbnail 1 summary

 

How to add jquery in your html page.?

1) Download the jQuery library from jQuery.com

  • After download the jquery then put into the <head> tag show below example.

<head>

                   <script src="jquery-1.11.2.min.js"></script>

</head>



  • after that you can implement jquery code on different effect.



No comments

Post a Comment