Do we need to add the jquery file both at the master page and content page as well?
Answer / Awanish Kumar Dwivedi
If you're using ASP.NET, it's common to include jQuery in the Master Page so that all Content Pages inherit the script automatically. However, if you have specific needs, you may need to include it in your Content Page as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain .empty() vs .remove() vs .detach() in jquery
Define the types of selectors in jquery?
When can jquery be used?
Create a plugin that would add and remove a class on hover.
What is the use of jQuery.data() method?
Which is the starting point of code execution in jQuery?
What is the difference between jQuery and jQuery UI?
Does events are also copied when you clone any element in jQuery?
What is eq()? : jquery mobile
How to load a page using jquery mobile? : jquery mobile
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
Explain various methods to make ajax request in jquery? : jquery mobile