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: [email protected]
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to