13e9c91e04bb7f766d71b96a2e148e784f5e9772
[yaffs-website] / web / core / assets / vendor / jquery.ui / ui / labels-min.js
1 /*! jQuery UI - v1.12.1 - 2017-03-31
2 * http://jqueryui.com
3 * Copyright jQuery Foundation and other contributors; Licensed  */
4 !function(a){"function"==typeof define&&define.amd?define(["jquery","./version","./escape-selector"],a):a(jQuery)}(function(a){return a.fn.labels=function(){var b,c,d,e,f;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(e=this.eq(0).parents("label"),d=this.attr("id"),d&&(b=this.eq(0).parents().last(),f=b.add(b.length?b.siblings():this.siblings()),c="label[for='"+a.ui.escapeSelector(d)+"']",e=e.add(f.find(c).addBack(c))),this.pushStack(e))}});