Re: [jQuery] google.load(jquery) and jquery plugins

2010-01-27 Thread Peter Edwards
Use google.setOnLoadCallback to add whatever plugins you need using jQuery's $.getScript function like this: google.load(jquery, 1); google.setOnLoadCallback(function() { $.getScript(http://inlinemultiselect.googlecode.com/files/jquery.inlinemultiselect-1.2.min.js;, function(){

[jQuery] google.load(jquery) and jquery plugins

2010-01-26 Thread barton
When I try to use google.load to load jquery I have problems loading other jquery plugins. Somehow I need to be able to wait for jquery to be loaded by the google Ajax api before doing the script type=text/ javascript src=thePluginThatNeedsJquery/script I know that google has