Tuesday, March 19, 2013

jQuery library from Google - online

How to use jQuery library from Google?
It is free to use and you can use it on your page if it is connected to the web.

Just put below code to your www page between <head></head> tags.

<html>
<head>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>

<body>

</body>
</html>

Search for a new libraries here.

No comments: