How to include jquery in scripts. - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-06-19T05:48:19Zhttp://fogbugz.stackexchange.com/feeds/question/10698http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/10698/how-to-include-jquery-in-scriptsHow to include jquery in scripts. aStokes2012-08-10T16:15:59Z2012-08-29T14:22:00Z
<p>On our Fogbugz server Jquery elements are not working. I know the scripts work because I was able to run them on the Fogbugz ondemand version. I tried to follow these steps </p>
<p><a href="http://fogbugz.stackexchange.com/questions/6651/jquery-version-1-4-4-needed-for-livechange-on-an-input-element-since-jquery-1" rel="nofollow">http://fogbugz.stackexchange.com/questions/6651/jquery-version-1-4-4-needed-for-livechange-on-an-input-element-since-jquery-1</a></p>
<p>But haven't had any luck. Where should I add the statement </p>
<pre><code> <script src="path/to/jquery_1.4.4"></script>
</code></pre>
http://fogbugz.stackexchange.com/questions/10698/how-to-include-jquery-in-scripts/10702#10702Answer by db for How to include jquery in scripts. db2012-08-13T13:11:22Z2012-08-15T14:18:42Z<p>You shouldn't need to include your own copy of jQuery as FogBugz already includes a copy of jQuery on every page. The version of jQuery shipped with FogBugz varies from version to version, but you can always check what version has been included by opening the JavaScript console of your browser, navigating to a FogBugz page, and evaluating <code>jQuery.fn.jquery</code>.</p>
<p>If you need a newer/different version of jQuery than the one shipped with FogBugz, check out this question which explains <a href="http://fogbugz.stackexchange.com/questions/10707/bugmonkey-i-want-to-use-jquery-x-y-but-fogbugz-only-includes-jquery-version-ol" rel="nofollow">how to load an additional version of jQuery into FogBugz</a>.</p>