New

The executive guide to generative AI

Read more

jQuery Build

edit
  • 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'
});
Was this helpful?
Feedback