1.

Do I Need To Refer Jquery File Both In Master Page/base Page/template Page And Content Page ?

Answer»

No, master PAGE/base page/ template page basically helps to create consistent layout for the page in the application. In case you have referred the jQuery file in master page/base page/ template page that CAUSE rendering the file in the browser, you do not need to refer jQuery file the content page again. In summary, there should not be more than one < SCRIPT> TAG with jQuery file reference in the SOURCE code of the rendered web page in the browser.

No, master page/base page/ template page basically helps to create consistent layout for the page in the application. In case you have referred the jQuery file in master page/base page/ template page that cause rendering the file in the browser, you do not need to refer jQuery file the content page again. In summary, there should not be more than one < script> tag with jQuery file reference in the source code of the rendered web page in the browser.



Discussion

No Comment Found