How to create simple range slider in ASP.NET MVC 3?

前端 未结 3 1144
日久生厌
日久生厌 2021-01-06 14:38

How to create simple range slider in ASP.NET MVC 3 without using external libraries such as telerik or any other?

3条回答
  •  天命终不由人
    2021-01-06 15:36

    If you are fine with jQuery UI:

    jQuery UI Slider

    Sample Code:

    
        
        
    
    
    
    

    Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

提交回复
热议问题