Posts Tagged google api

jQuery and JSON-P

Utilize jQuery and JSON-P to create a AJAX-driven search tool with Google’s AJAX Search API. Click Here for a Demo!

In an effort to help me learn how cross domain requests work, and in order to do something a little cool, I’ve developed a very simple search-as-you-type script which leverages Google’s AJAX Search API and outputs the results within the body of the page.

(more…)