wp_enqueue_script( 'jquery', 'path-to-jquery.
...
Stop WordPress From Loading jQuery In The Header
- Create a function that deregisters WordPress from loading the jQuery.
- Then tell WordPress to load it again.
- Bind the new function to the wp_enqueue_scripts hook.