Can we add more than one ‘document.ready’ function in a page?
Yes, we can add more than one document.ready function in a page. But, body.onload can be added once in a page.
Yes, we can add more than one document.ready function in a page. But, body.onload can be added once in a page.
Size and length both returns the number of element in an object. But length is faster than the size because length is a property and size is a method.
Each function is used to iterate each and every element of an object. It is used to loop DOM elements, arrays and the object properties.
jQuery.data methods is used to associate the data with the DOM nodes and the objects. This data method makes the jQuery code clear and concise.
Yes, we can call C# code from jQuery as it supports .net application.
Following are the basic selectors in jQuery: Element ID CSS Name Tag Name DOM hierarchy
jQuery file should be added to the Master page and can use access from the content page directly without having any reference to it.
Browser compatibility of jQuery plugin is an issue and needs lot of time to fix it.
jQuery uses features like Sliding, File uploading and accordian in web applications.
Connect can be used by downloading jQuery connect file from jQuery.com and then include that file in the HTML file. Use $.connect function to connect a function to another function