jQuery Buildedit

  • Uses jQuery’s .ajax() functionality
  • Returns jQuery "promises"
  • Registers the module at jQuery.es

Create a client with the jQuery build.

var client = new $.es.Client({
  hosts: 'localhost:9200'
});