From: Laury GvR Date: Fri, 2 Jan 2015 17:58:29 +0000 (-0500) Subject: JS calls put into functions.php, slideshow enabled X-Git-Tag: v1.0.0~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f1c19d7fec74df22d8530e9c93cc1c82a29aa828;p=WP-Themes%2FWildBillsATVs.git JS calls put into functions.php, slideshow enabled --- diff --git a/footer.php b/footer.php index 5f7322a..4096efa 100644 --- a/footer.php +++ b/footer.php @@ -13,8 +13,6 @@ - - - diff --git a/js/dollarsign.js b/js/dollarsign.js new file mode 100644 index 0000000..34d34e5 --- /dev/null +++ b/js/dollarsign.js @@ -0,0 +1,8 @@ +/* + * To avoid conflicts, Wordpress tends to prefer jQuery being used over $. + * As long as this file is included, no such conflicts should arise. Ensure it + * is called before other .js files using $. + */ + + +var $=jQuery.noConflict();