Social Icons

Saturday, February 2, 2013

Install jquery


All of this you have use jquery plugins which contain huge javascript code.
You get it in google search.

There are several ways to start using jQuery on your web site. You can:

    Download the jQuery library from jQuery.com
    Include jQuery from a CDN, like Google

you can use it like this

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>  for google.

<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js"></script> for Microsoft .

<< Previous || Next >>

This Tutorial written by Md.Tofazzal Haque

No comments:

Post a Comment