I would eat, drink and sleep there = mission accomplished on your part
Transparency rocks. But I am also too disturbed to say much more, because of this
PHP Code:
$jquery_version = "1.4.4";
$jquery_ui_version = "1.8.9";
wp_deregister_script ('jquery'); // using wp_deregister_script() to disable the version that comes packaged with WordPress
wp_register_script ('jquery', "http://ajax.googleapis.com/ajax/libs/jquery/{$jquery_version}/jquery.min.js"); // using wp_register_script() to register updated libraries (this example uses the CDN from Google but you can use any other CDN or host the scripts yourself)
wp_enqueue_script ('jquery'); // using wp_enqueue_script() to load the updated libraries
This is from J-Shortcodes (j-shortcodes.php) and shows plugin force sites to use jQuery 1.4.4 when they should be on 1.7.1 WP also comes with newer jQuery UI than the one he force you to use.
Actually if you go to J-shortcodes entry at .org site it does not appear to be alive that much. He has own forum right? Are you confident this is not dead? Time for replacement?
I checked interface and did not see a button (Load jQuery?) so you depend on his updates unless you want to edit source code.
Change 1.4.4 to 1.7.1 and 1.8.9 to 1.8.16 and all is fine IF not his code breaks with newer stuff. Little twist on the problem there. Best fix is to make him update.
Possible you can ignore for these site but it wont last as many scripts will depend on newer jQuery or jQuery UI. Stupid of him.