Home Answers Viewqa JavaScriptQuestions JQuery-What is Connect?

 
 


BikrantSingh
JQuery-What is Connect?
1 Answer(s)      2 years and 5 months ago
Posted in : JavaScript Questions

What is Connect in JQuery and how can i use it?

View Answers

December 4, 2010 at 6:32 PM


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.









Related Pages:

Ask Questions?

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.