jquery.entwine
jquery.entwine copied to clipboard
$.browser was deprecated in version jQuery 1.3 and removed in 1.9
The issue at jquery.focusinout.js
if ($.support.focusinBubbles === undefined) {
$.support.focusinBubbles = !!($.browser.msie);
}
Uncaught TypeError: Cannot read property 'msie' of undefined