I am using cyclelite jquery script in a WordPress site and want to enqueue jquery as I will be using plugins that require jquery. The problem is that cyclelite doesn't work when I enqueue but does work if I link jquery 1.4.2 straight from template dir.
I can't link it straight for live site as, with a lightbox plugin, the source is loading two jquerys: one from my direct link and one enqueued by the lightbox plugin.
So... are there any modifications a javascript needs to work with the WP enqueued: wp-includes/js/jquery/jquery.js?ver=1.4.2
?