JQuery plugins are ready made web applications which are reside in a .js file . You have to include this file in your web page to use this plugin. Plus you need to define it's functionality via it's attributes (if needed).
You can include plugin file in your application as :
<script type="text/javascript" src="PLUGIN-NAME.js"></script>
If needed , you need to set attribute according to the plugin definition .
For jQuery official site for plugin click here
Example : Zoom Image section using jQuery plug-in<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
OUTPUT :
When we hover mouse on any section of image :

Learn from experts! Attend jQuery Training classes.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Introduction to jQuery plugin
Post your Comment