markusslima / bootstrap-filestyle

jQuery customization of input html file for Bootstrap Twitter

Home Page:http://markusslima.github.io/bootstrap-filestyle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iconName setter

zgrdmr opened this issue · comments

iconName : function(value) { if (value !== undefined) { ** this.options.iconName=value;//missing** this.$elementFilestyle.find('.icon-span-filestyle').attr({ 'class' : 'icon-span-filestyle ' + this.options.iconName }); } else { return this.options.iconName; } },