Side navigation
#3983 closed bug (invalid)
Opened January 24, 2009 03:20PM UTC
Closed October 13, 2009 12:03AM UTC
Last modified March 15, 2012 03:19PM UTC
[autocomplete] Problems with remote fetching when ajaxSetup is used.
Reported by: | mattsb | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3.2 |
Component: | plugin | Version: | 1.3.1 |
Keywords: | autocomplete, documentation, api | Cc: | |
Blocked by: | Blocking: |
Description
I noticed that the autocomplete plugin wont work with remote data if the ajaxSetup was used to change the dataType option. When I looked in the source code, there was an option to set this, but it's not documented, so it's a little hard to find out.
Also, the documentation says that the plugin makes a get-request with params q, limit (nothing about the timestamp I think), but this is also not correct if you use ajaxSetup to change type to post.
This is in my opinion a bug in the documentation of the plugin, and not in the plugin itself, but still worth a notice.
Keep up the good work!
Attachments (0)
Change History (1)
Changed October 13, 2009 12:03AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .