I got jquery-knob to work on regular page loads. However, it fails when integrated with jQuery-Flippy. The HTML is generated correctly, but the canvas isn't drawn. If I execute .knob(), it creates another set of HTML, but the canvas is drawn correctly. Is there a way to call some function to redraw the canvas, but without generating more HTML? I was looking at trigger(), but that doesn't seem to work.
I got jquery-knob to work on regular page loads. However, it fails when integrated with jQuery-Flippy. The HTML is generated correctly, but the canvas isn't drawn. If I execute .knob(), it creates another set of HTML, but the canvas is drawn correctly. Is there a way to call some function to redraw the canvas, but without generating more HTML? I was looking at trigger(), but that doesn't seem to work.