I have a problem with jQuery.knob I need to add Sufixx to the value in the handle.
For example: I need Sufix $ after the value, I just insert its display in the value field, but at this time the handle does not display the status.

it will not show the status of the regulator. (but suffix is โโdisplayed).
here is the code:
<input type="text" class="ksta" value="<?php echo stat;?> $" data-width="50" />
without the suffix that it works great, help me solve this problem.
Jsfiddle link for my problem:
http://jsfiddle.net/renishar/DWvsh/19/
in jsfiddle it works without the $ sign, but does not work with the value of the $ sign.
Sign
( $ can be any value or character)
jquery php jquery-knob
ReNiSh AR
source share