Is it possible to add suffix into jQuery spinner (jquery.ui.spinner). e.g: 10.02%.
I tried following, from jquery.ui.spinner [under Option section], but it did not w
It should be possible, since according to the docs on the page you linked to:
suffix (string) Character suffix after the number. Commonly used for percentage signs. Defaults to ''.
suffix (string)
Character suffix after the number. Commonly used for percentage signs. Defaults to ''.
If it did not work, what happened instead?