: '250px', height: '25px', spinButtons: true }); // Create Percentage Input. $("#percentageInput").jqxNumberInput({ rtl: true, width: '250px', height: '25px', digits: 3, symbolPosition: 'right', symbol: '%', spinButtons: true }); // Create Currency Input. $("#currencyInput").jqxNumberInput({ rtl: true, width: '250px', height: '25px', symbol: '$', spinButtons: true }); });