jQueryAutocompletePlugin
jQueryAutocompletePlugin copied to clipboard
Prevent IE 11 from using document.selection
For IE 11, document.selection is no longer supported. See http://msdn.microsoft.com/en-us/library/ie/ms535869(v=vs.85).aspx for details.
Updated condition so IE 11 uses selectionStart and selectionEnd similar to Chrome and Firefox.
Versions of IE < 11 are unaffected.
@shanekenney you just saved my day. it would be great to see that merged.
It’s clear I’ve not had the disposition to maintain this repository. @shanekenney, would you be interested in being added as a collaborator to this project?
Very good PR