---
title: "What is jQuery Connect ? How to use jQuery Connect?"  
description: "What is jQuery Connect ? How to use jQuery Connect?"  
author: "Anonymous User"  
published: 2011-10-17  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/1302/what-is-jquery-connect-how-to-use-jquery-connect  
category: "jquery"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# What is jQuery Connect ? How to use jQuery Connect?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/1302/what-is-jquery-connect-how-to-use-jquery-connect

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
