Category Archives: WordPress

WordPress jQuery Loaded in noConflict Mode

Loading JavaScripts in WordPress queues up the internal, minified versions of scripts like jQuery that come with WordPress. jQuery is loaded in noConflict mode so javascript code won’t work if it uses the “$” shortcut like so: $(document).ready(function(){ $(.slideshow1).cycle(); }); … Continue reading

Posted in javascript, WordPress | Tagged | Leave a comment

Include jQuery or JavaScripts in WordPress

Plugin and theme authors use jQuery for their special effects, but there seems to be some confusion about the proper way to include JavaScript files in WordPress. If you’d like to use jQuery effects on your pages or in your … Continue reading

Posted in CSS, javascript, php, Plugins, WordPress | Tagged , , | 1 Comment