What are the different ways of using $.connect function in jquery?



What are the different ways of using $.connect function in jquery?..

Answer / Gaurav Kumar Sinha

The `$.connect` function is not a part of jQuery Core. It was introduced in jQuery Mobile 1.x but has been removed since version 1.4.5 due to its deprecated status and lack of use cases. If you're looking for ways to communicate with server-side scripts, consider using AJAX methods like `$.ajax`, or libraries such as SignalR for real-time web functionality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is the name of jquery method used for an asynchronous http request?

1 Answers  


What is parseint() and why it is used?

1 Answers  


What is the use of val() method in jquery?

1 Answers  


Differentiate between calling stop (true, true) and finish method?

1 Answers  


What are the features of jquery used in web applications?

1 Answers  


Tell me how to use migrate jquery plugin if possible? : jquery mobile

1 Answers  


What is the difference between jQuery and jQuery UI?

2 Answers  


Explain the types of selectors in jquery?

1 Answers  


Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?

1 Answers  


What is chaining in jQuery?

1 Answers  


What is the latest version of jquery?

1 Answers  


Which are the fastest selectors in jquery? : jquery mobile

1 Answers  


Categories