All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.voltdb.dbmonitor.js.jquery.getSelectedText.min.js Maven / Gradle / Ivy

There is a newer version: 10.1.1
Show newest version
(function(){jQuery.fn.getSelectedText=function(){var e=this[0];return(('selectionStart'in e&&function(){return e.value.substr(e.selectionStart,e.selectionEnd-e.selectionStart);})||(document.selection&&function(){e.focus();var r=document.selection.createRange();if (r==null)return null;else return r.text;})||function(){return null;})();};})();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy