/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// http://www.google.com/jsapi google.load("jquery", 1); google.load("jqueryui", 1); google.setOnLoadCallback(function () { // ... });