[Ilugc] [TIP] jQuery plugins

  • From: girishvenkatachalam@xxxxxxxxx (Girish Venkatachalam)
  • Date: Fri, 25 Nov 2011 15:47:45 +0530

jQuery allows very easy integration with plugins or libraries.

jQuery is the library. And plugins are built with jQuery being the
 least common denominator.

The way to include a plugin in a web page is quite simple.

<script src='jquery.js' type='text/javascript' > </script>
<script src='jquery.cycle.js' type='text/javascript'> </script>
..rest of js code

This is the way to include the jQuery cycle plugin.

http://jquery.malsup.com/cycle/

There are plenty of such very high quality plugins. More than a year ago I
 had sent a post to LUG about the imgareaselect plugin.

There are plenty of such amazing features built on top of jQuery.

Please play with it.

We will close this topic soon and move to the next.

-Girish
-- 
G3 Tech
Networking appliance company
web: http://g3tech.in  mail: girish at g3tech.in

Other related posts:

  • » [Ilugc] [TIP] jQuery plugins - Girish Venkatachalam