WordPress Enqueue Script Chaos (jQuery & Foundation.js)

Try changing the first line of your custom JS file.

jQuery(document).ready(function($) {

jQuery operated within WordPress should be run in compatibility mode. That line allows this to happen, as per point #5 here.

Leave a Comment