12:55 26.01.2009
Забавный примерчик
<script src="http://www.google.com/jsapi">script>
<script>
google.load("jquery", "1");
google.setOnLoadCallback(function() {
$.getJSON("http://ajax.googleapis.com/ajax/services/search/web?q=google&;v=1.0&;callback=?",
function (data) {
if (data.responseDate.results &&
data.responseDate.results.length>0) {
renderResults(data.responseDate.results);
}
});
});
script>
Комментариев нет:
Отправить комментарий