agarzola / jQueryAutocompletePlugin

Jörn Zaefferer’s (now deprecated) jQuery plugin, with tweaks.
282 stars 151 forks source link

Sugguestion: $.ajax add type option #45

Open shawnye opened 10 years ago

shawnye commented 10 years ago

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.