$(function () { $("#txtMonths").SpinnerControl({ type: 'range', typedata: { min: 0, max: 2, interval: .2, decimalplaces: 2 }, width: '100px' }); })