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 |
And finally, If you could give one tip to any new budding jQuery UI developers, what would it be? | How to use jQuery.connect? |