Type on the box below to see auto suggest, in this setting, 3 characters minimum to get it working.

The code used

(function($){
 $("#ya").jSuggest({
   url: "suggestion.html",
   type: "GET",
   data: "searchQuery" ,/* in this case it's suggestion.html?searchQuery=[text in the text field] */
   autoChange: true
 });
})(jQuery);