Doesn't work in IE6 or IE7
June 21, 2008 - 7:29am — PluggableRich
| Project: | jQuery AutoComplete |
| Version: | 1.0.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm kinda disappointed that this pushed as production-ready but it doesn't work in IE (6/7).
Load up http://docs.jquery.com/Plugins/AutoComplete/autocomplete#options and you'll get errors.
:-/

Comments
#1
Yeah, this is funny when you read on the author site (http://reinh.com/2008/02/21/new-jquery-autocomplete-plugin.html):
Anyway, this one can be fixed easily. On line 137, replace the very odd
var container = list.wrapAll(opt.wrapper).parents(":last").children();by
var container = list.wrapAll(opt.wrapper).parent();Hope this helps.