Skip to main content

Bug Tracker

Side navigation

#15175 closed bug (notabug)

Opened July 01, 2014 05:03AM UTC

Closed July 01, 2014 12:39PM UTC

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.

Attachments (0)
Change History (1)

Changed July 01, 2014 12:39PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

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.