crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

What is jQuery Connect and where to use it
Question Posted on 12 Mar 2012Home >> WEB >> JQuery >> What is jQuery Connect and where to use it

This is a jQuery plugin that is used to connect / bind a function to another function. It is more of assigning a handler for another function. Connect is used to execute a function whenever a function from another object or plugin is executed. We can connect to an event of a DOM element too using this function. In the sense same connect function can be used for both DOM elements and for the functions.


$.connect(refobj,refFuncName, connObj,connFunc);

This means that, when the reference function is executed, the connected function gets executed automatically after it. To understand more please analyze the following example



Jquery connect

Here we connected "fun2" of object b to "fun1" of object a. When we call b.fun2, a.fun1 will also execute automatically.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Difference between body.onload and document.ready in jQuery

Different method which provides effects in JQuery

Three types of selector in JQuery

Example of JQuery focus event on textbox

What is significance of jQuery.NoConflict






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap