Viewing File: /usr/share/javascript/jquery-ui/ui/safe-active-element.min.js

!function(factory){"function"==typeof define&&define.amd?define(["jquery","./version"],factory):factory(jQuery)}(function($){return $.ui.safeActiveElement=function(document){var activeElement;try{activeElement=document.activeElement}catch(error){activeElement=document.body}return activeElement=!(activeElement=activeElement||document.body).nodeName?document.body:activeElement}});
Back to Directory File Manager