jquery-editable-select icon indicating copy to clipboard operation
jquery-editable-select copied to clipboard

Use jQuery $.inArray function instead of Array.indexOf

Open lscorcia opened this issue 7 years ago • 0 comments

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).

lscorcia avatar Oct 08 '18 22:10 lscorcia