Skip to content

Instantly share code, notes, and snippets.

@Zorkin
Zorkin / simple-elastic.html
Created December 13, 2010 17:59
a simple static html page to play with elastic search
<html>
<head>
<script type="text/javascript"
src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1.4.4");
google.setOnLoadCallback(function() {
$('#post').click(function() {
$.ajax({