if i use google.load() to load jquery
am i right to say instead of using
$(function() {
...
});
like i used to, i will do a ?
google.setOnLoadCallback(function() {
});
i am wondering what happens if i were to load alot of stuff with
google.load(). eg.
google.load("jquery", "1.3.2");
google.load("maps", 2);
...
by the time setOnLoadCallback() is run it may be abit too slow? btw,
google.load will load jquery 1st right? if i specify jquery 1st?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en
-~----------~----~----~----~------~----~------~--~---