Erik Zettersten

Results 7 comments of Erik Zettersten

I'll check it out. Real quick though. What version of jquery are you using?

+1 Thoughts on this?

@paulstraw congrats on the move (I hope)! Of all the non-framework specific components out there I find fancy select to be my favorite. I'd love to help out when the...

This is what I came up with: https://github.com/JeringTech/Javascript.NodeJS/pull/182

I ended up writing: ```javascript function changeGraphics(data, graphicOptions) { const options = { fillStyle: graphicOptions.fillStyle || '#F00', strokeStyle: graphicOptions.strokeStyle || '#F0F', lineWidth: graphicOptions.lineWidth || 2, lineCap: graphicOptions.lineCap || 'round', lineJoin:...