Home
last modified time | relevance | path

Searched refs:selectAttr (Results 1 – 8 of 8) sorted by relevance

/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.skiplink.js48 this.duration = Number(Gumby.selectAttr.apply(this.$el, ['duration'])) || 200;
49 this.offset = Gumby.selectAttr.apply(this.$el, ['offset']) || false;
50 this.easing = Gumby.selectAttr.apply(this.$el, ['easing']) || 'swing';
51 this.update = Gumby.selectAttr.apply(this.$el, ['update']) ? true : false;
60 target = Gumby.selectAttr.apply(this.$el, ['goto']),
H A Dgumby.fixed.js51 this.fixedPoint = this.parseAttrValue(Gumby.selectAttr.apply(this.$el, ['fixed']));
54 this.pinPoint = Gumby.selectAttr.apply(this.$el, ['pin']) || false;
57 this.offset = Number(Gumby.selectAttr.apply(this.$el, ['offset'])) || 0;
60 this.pinOffset = Number(Gumby.selectAttr.apply(this.$el, ['pinoffset'])) || 0;
63 this.top = Number(Gumby.selectAttr.apply(this.$el, ['top'])) || 0;
66 this.constrainEl = Gumby.selectAttr.apply(this.$el, ['constrain']) || true;
H A Dgumby.toggleswitch.js62 this.on = Gumby.selectAttr.apply(this.$el, ['on']) || Gumby.click;
63 this.className = Gumby.selectAttr.apply(this.$el, ['classname']) || 'active';
64 this.self = Gumby.selectAttr.apply(this.$el, ['self']) === 'false';
69 var targetStr = Gumby.selectAttr.apply(this.$el, ['trigger']),
/template/breeze/js/
H A Dgumby.min.js1selectAttr=function(){for(var t=0;t<arguments.length;t++){var i=arguments[t],e="data-"+arguments[t… method in i
/template/breeze/bower_components/gumby/js/libs/
H A Dgumby.min.js1selectAttr=function(){for(var t=0;t<arguments.length;t++){var i=arguments[t],e="data-"+arguments[t… method in i
H A Dgumby.js180 Gumby.prototype.selectAttr = function() { method in Gumby
/template/breeze/bower_components/gumby/
H A Dgumby.min.js1selectAttr=function(){for(var t=0;t<arguments.length;t++){var i=arguments[t],e="data-"+arguments[t… method in i
/template/breeze/bower_components/gumby-fittext/
H A Dgumby.fittext.js44 this.rate = Number(Gumby.selectAttr.apply(this.$el, ['rate'])) || 1;
46 this.fontSizes = this.parseSizes(Gumby.selectAttr.apply(this.$el, ['sizes']));