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 |
Explain slidetoggle() effect.
What is the difference between find and children methods in jquery?
Which selector has better performance id or class and why?
In what scenarios jQuery can be used?
What is the advantage of using the minified version of jquery rather than using the conventional one?
How to disable cut,copy and paste in TextBox using jQuery?
How can we include jQuery library in ASP.Net project?
How to use connect?
Explain the starting point of code execution in jquery? : jquery mobile
Why we need jquery mobile? : jquery mobile
What is resize() function in jquery?
Explain the difference between .js and .min.js?