How to prevent plugins from loading jQuery
If a plugin is written well (or the theme) than you have no reason to worry about duplicate jquery loading. if your theme uses header.php to load jquery then your doing it wrong and should use enqueue scripts to load jQuery… WordPress uses wp enqueue script to declare scripts once and not multiple times. Example … Read more