Answer:
It is a jquery plugin which enables us to connect a function to another function. It is like assigning a handler for another function. This situation happens when you are using any javascript plugins and you want to execute some function when ever some function is executed from the plugin. This we can solve using jquery connect function.
Previous Question | Next Question |
Is it too early to discuss jQuery UI 1.8? | Explain use of jQuery.connect? |