template.js.base.labels.min.js Maven / Gradle / Ivy
'use strict';(function(b){"function"===typeof define&&define.amd?define(["jquery","./version","./escape-selector"],b):b(jQuery)})(function(b){return b.fn.labels=function(){var a,c,d;if(this[0].labels&&this[0].labels.length)return this.pushStack(this[0].labels);d=this.eq(0).parents("label");if(c=this.attr("id"))a=this.eq(0).parents().last(),a=a.add(a.length?a.siblings():this.siblings()),c="label[for\x3d'"+b.ui.escapeSelector(c)+"']",d=d.add(a.find(c).addBack(c));return this.pushStack(d)}});
© 2015 - 2024 Weber Informatics LLC | Privacy Policy