InterviewSolution
Saved Bookmarks
| 1. |
Explain Jquery Plugin? |
|
Answer» A plug-in is piece of code written in a standard JAVASCRIPT file. These FILES provide useful jQuery methods which can be USED along with jQuery LIBRARY methods. A plug-in is piece of code written in a standard JavaScript file. These files provide useful jQuery methods which can be used along with jQuery library methods. |
|