jQuery No Conflict mode and enqueuing scripts in WordPress
I am in the process of registering and enqueuing my JavaScript files properly within WordPress, however jQuery needs some love for this to work properly. Basically, I have a scripts.js file that I use to add JavaScript enhancements in my themes. This usually includes a document.ready() function: $(document).ready(function() { … }); If my scripts.js only… More