jQueryAutocompletePlugin
jQueryAutocompletePlugin copied to clipboard
Sugguestion: $.ajax add type option
When I use ajax to load data, I find the server receives request with 'Chinese garbled' , and can not handle it.
I add type : 'POST',
after lin 389 inside $.ajax call body, the server can get correct-coded character.