What is Connect in JQuery and how can i use it?
JQuery Connect is a plug-in which is used to connect one function to another. This situation happens when you are using any JavaScript plug-ins and you want to execute some function when ever some function is executed from the plug-in. We can solve this problem using JQuery Connect function.
You can use it your code as follows :
1.download jquery.connect.js file
2.include this file in your html file.
3.And use $.connect function to connect a function to another function.