2017-04-28, 12:16 PM
In my headerinclude template, i have to include the jscript/jquery.js AND a version from the google or jquery website. If i remove either one from the headerinclude i will get returned an error in the console saying that "$ is not a function". The one from the jquery/google website MUST BE version 1.7.2 or else it will create a few more errors.
I am pretty sure having them both including is breaking a lot of stuff on my site at the same time. Here is the included jquery code, and this is only the jquery stuff that i am posting, not posting everything:
I am pretty sure having them both including is breaking a lot of stuff on my site at the same time. Here is the included jquery code, and this is only the jquery stuff that i am posting, not posting everything:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>