Sha256: f3c77f69a56a4a2afa658d438d8099769a14d2fb17be597b5ff791839b48b286
Contents?: true
Size: 481 Bytes
Versions: 23
Compression:
Stored size: 481 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({uniqueId:function(){var a=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++a)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&a(this).removeAttr("id")})}})});
Version data entries
23 entries across 23 versions & 1 rubygems