if( !is_admin()){
wp_deregister_script('jquery');
}
Sometimes when coding our own themes we tend to include jQuery by ourselves, and this could generate conflicts with certain plugins. By adding this bit of code to your theme’s functions.php file you’ll be pretty much telling WordPress not to load jQuery.