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(){
$('s
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
I know that google has google.setOnLoadCallback(function() {
but how do I do the
2 matches
Mail list logo