Opened 9 years ago
Closed 9 years ago
#15175 closed bug (notabug)
Jquery Autocomplete is not working in IE9.
Reported by: | jatindra2014 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Autocomplete Functionality is not working in IE9. Same thing is working in IE10 and IE11. This is the line which i am using as of now to work in IE10 and IE11. if(jQuery.browser.msie && jQuery.browser.version.substring(0, 1) >= 8) return this;
Please let me know the reason, why its not working in IE9.
Note: See
TracTickets for help on using
tickets.
This is the jQuery core bug tracker, we do not provide programming help or debugging for plugins. Please ask for help on the forum or StackOverflow.