JqxNumberInput 'val' method

Can anyone provide a clean example of how to read a value from jqxNumberInput?

all i try to read the value jqxNumberInput('val');

is i get null.

+3


source to share


1 answer


For example:



var price = $('#dlgPartEditEdtPrice').jqxNumberInput('getDecimal');

      

+1


source







All Articles