i am using google search JSAPI in my local search app. Everything works fine in all the browsers except IE 8. The problem is after the specific line of code my jquery base o
Change your jsFiddle to "No wrap (body)" and modify your function like so...
//$(function() {
//alert(1);
google.load('search',1);
alert($);
google.setOnLoadCallback(function() {
alert(2);
});
//});
Nearly the same question asked here: Google is not defined using Google Visualization API; possibly jQuery's fault