I start to learn jquery.
All my app are master-content design.
Questions:
Where to load jquery? In master page or content page?
There is no head tag in content page, if loading jquery in content page, how to load it?
Printable View
I start to learn jquery.
All my app are master-content design.
Questions:
Where to load jquery? In master page or content page?
There is no head tag in content page, if loading jquery in content page, how to load it?
Off the top of my head, I would do the necessary work in the Master Page, that way it would be available to all your content pages.
Gary