@mydesignbytes
14 years, 7 months ago
I second this!
15 years, 1 month ago
Simple just add to your functions.php in your main theme:
add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 ); function my_deregister_javascript() { wp_deregister_script( 'jquery' ); }
No more jquery!