I want to remove the default JQuery script from ONE page only
-
I’m hoping to get help with a issue I am having. A client needs a form that requires an old script for jquery. I have called this script only in the header of the MEMBERS page (see below).
<!–members page custom JS–>
<script type=”text/javascript” src=”https://s3.amazonaws.com/technique-webcontent/js/jquery/jquery-1.4.4.min.js”></script>The form is not working and I see in the code that the JQUERY included with WordPress is also referenced on this page.
I need to know how to exclude
<script type=’text/javascript’ src=’https://webcamihosting.com/pj/wp-includes/js/jquery/jquery.js?ver=1.8.3′></script>
from the member page onlylink: https://webcamihosting.com/pj/members/
Is this even possible? If so, can you give the exact code example with instructions. Thank you!
- The topic ‘I want to remove the default JQuery script from ONE page only’ is closed to new replies.