How to specify border attribute to a knob object in jquery? -


i have code snippet extending knob properties...

                thickness : this.$.data('thickness') || 0.29,                 width : this.$.data('width') || 70,                 height : this.$.data('height') || 70, 

how include border property , border= 1px solid #000; .... here


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -