]> source.dussan.org Git - jquery-ui.git/commit
Autocomplete: Delay option just delays request, doesn't clear existing timeout, there...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 24 Sep 2011 17:07:08 +0000 (19:07 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 24 Sep 2011 17:07:08 +0000 (19:07 +0200)
commitcf3e655be19c6a64d21c494a2adbba6526cb6e86
tree81c5c981fe4ba4a4982cf2182f1b65c12b62566a
parentbf51b0e71c8b81bea937a8b49be4c8186d25b181
Autocomplete: Delay option just delays request, doesn't clear existing timeout, therefore not preventing unncessary requests. Calling abort() on existing requests has no effect for JSONP, but even then its unncessary to start a request if the user is still typing. Works fine in 1-8-stable.
ui/jquery.ui.autocomplete.js