here's my situation:
- I have an ASP.net website I'm working with
- I have JQuery loading from a site master page.
- I don't have access to the master page.
On one content page I do have access to, I want to use a different version of JQuery for testing.
Is there a way to block the JQuery script from the master page so I can load up the version I want to use in the content page?
Thank you!