jquery.entwine icon indicating copy to clipboard operation
jquery.entwine copied to clipboard

$.browser was deprecated in version jQuery 1.3 and removed in 1.9

Open a2nt opened this issue 9 years ago • 0 comments

The issue at jquery.focusinout.js

if ($.support.focusinBubbles === undefined)  {
	$.support.focusinBubbles = !!($.browser.msie);
}

Uncaught TypeError: Cannot read property 'msie' of undefined

a2nt avatar Dec 15 '16 17:12 a2nt