Posted
on Jan 27, 2012
(permalink)
I have a NumericTextBox that I need to change the decimal digits based on the value of a selection of a combobox. How do I change the decimal digit value within jquery?
For example, if the user selected "Decimal 1" from the combobox, I need the number of decimal digits to be 2. If "Decimal 2" is selected, I need the number of decimal digits to be 5.
Is this possible to do in jquery?