For Google Load you have to use:
google.setOnLoadCallback(function() {
$(document).ready(function() {
// Do something
});
});
Sbm007
2009-09-26 13:36:50
For Google Load you have to use:
google.setOnLoadCallback(function() {
$(document).ready(function() {
// Do something
});
});