How to use jquery.connect?



How to use jquery.connect?..

Answer / Ranjan Kumar Singh

jQuery.connect is a deprecated plugin that was used for loading remote scripts asynchronously. It's no longer maintained and not recommended for use. Instead, you can use modern methods like importing scripts using the script tag with type='module' or using ES6 modules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Explain slidetoggle() effect.

1 Answers  


What is the difference between find and children methods in jquery?

1 Answers  


Which selector has better performance id or class and why?

1 Answers  


In what scenarios jQuery can be used?

1 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

1 Answers  


How to disable cut,copy and paste in TextBox using jQuery?

1 Answers  


How can we include jQuery library in ASP.Net project?

1 Answers  


How to use connect?

1 Answers  


Explain the starting point of code execution in jquery? : jquery mobile

1 Answers  


Why we need jquery mobile? : jquery mobile

1 Answers  


What is resize() function in jquery?

1 Answers  


Explain the difference between .js and .min.js?

1 Answers  


Categories