Hi,
Is there a way to override the jquery loaded by theme using a plugin? Reason is my plugin needs jquery 1.5.2, so it doesn't work when theme loads jquery version 1.4.4 (like theme Mystique).
Right now I'm using wp_head() to load jquery but it doesn't have any effect where the theme loads it before the plugin.