Sha256: fe80eed5b6bc586abe662db1a8b9f330f3a149b55316b913f4e2c422937dfcc3
Contents?: true
Size: 528 Bytes
Versions: 23
Compression:
Stored size: 528 Bytes
Contents
/*! jQuery UI - v1.12.0 - 2016-07-11 * http://jqueryui.com * Copyright jQuery Foundation and other contributors; Licensed */ !function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.fn.extend({disableSelection:function(){var a="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(a+".ui-disableSelection",function(a){a.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}})});
Version data entries
23 entries across 23 versions & 1 rubygems