jquery-editable-select
jquery-editable-select copied to clipboard
Use jQuery $.inArray function instead of Array.indexOf
Array.indexOf is not available in IE8 and polyfills in IE8 are added as enumerable properties, so they break existing code relying on for..in enumeration. This allows the component to work inside SharePoint 2010, which requires IE8 emulation even in newest IE browsers (i.e. IE11).