Tell me do I need to add the jquery file both at the master page and content page as well?
Answer / Kailash Kumar
In most cases, you only need to include the jQuery library once in your project. Typically, this is done on the master page or a separate JavaScript file that's loaded at the top of the HTML document. If your content pages also have custom jQuery code, you can either include it directly within each content page or load it from an external file. However, to ensure proper functionality and avoid conflicts with other scripts, make sure you use a consistent version of jQuery across all pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of jQuery.data() method?
Explain cdn in jquery?
Why jQuery is better than JavaScript?
Why html 5 inputs look different across devices and browsers? : jquery mobile
How to find all sibling elements after the current element using ?
What is the use of jquery .each() function?
How we can check if an element is empty or not using jquery?
What are the advantage of using cdn? : jquery mobile
What is the difference between $('div') and $('<div/>') in jQuery?
How can we apply css in div using jquery?
Do you have plans for a new jquery plug-in or something else we should look out for? Where to from here for the imgpreview plugin?
What is a use of jquery filter?