Do we need to add the jquery file both at the master page and content page as well?



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

Post New Answer

More jQuery Interview Questions

Explain .empty() vs .remove() vs .detach() in jquery

1 Answers  


Define the types of selectors in jquery?

1 Answers  


When can jquery be used?

1 Answers  


Create a plugin that would add and remove a class on hover.

1 Answers  


What is the use of jQuery.data() method?

1 Answers  


Which is the starting point of code execution in jQuery?

1 Answers  


What is the difference between jQuery and jQuery UI?

2 Answers  


Does events are also copied when you clone any element in jQuery?

1 Answers  


What is eq()? : jquery mobile

1 Answers  


How to load a page using jquery mobile? : jquery mobile

1 Answers  


Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile

1 Answers  


Explain various methods to make ajax request in jquery? : jquery mobile

1 Answers  


Categories