All jQuery Slider

Implement jQuery UI slider with ASP.NET

jQuery UI provides slider widget which can be used for inputs where range is defined or fixed like we have in various color pickers for RGB. The biggest advantage of slider is that you are not concerned about the validation of the input value as range is fixed and user can't input value beyond the […]
Read the rest of this entry »

How to change jQuery UI Slider value from textbox in ASP.NET

I had recently posted about how to use jQuery slider with ASP.NET which I had also used for my client. But my client came up with one more requirement which is user can either select value from slider or can enter in a textbox. Based on the value entered in textbox, slider value should also […]
Read the rest of this entry »

Change thumb style of jQuery UI slider control

In my previous post, I had posted about jQuery UI Slider control. 1. Implement jQuery UI slider with ASP.NET 2. How to change jQuery UI Slider value from textbox in ASP.NET In this post, I will show you how easily you can change the slider control's thumb. Thumb allows us to increment or decrement the […]
Read the rest of this entry »

How to set default value for jQuery UI Slider

Yesterday while for one of my requirement, I need to set default value of the jQuery UI slider. That means when page is loaded there should be a default value for slider. For example, if the range allowed for slider is 0 to 100 and when page loads slider should have 18 as default value. […]
Read the rest of this entry »

jQuery UI Slider overlap issue solution

I had already posted about How to use jQuery UI Slider and other posts about jQuery UI Slider but this is really interesting. While using jQuery UI Slider for range selection, you may come across a situation where both the slider pointer are at the same value, which means that they overlap. And this is […]
Read the rest of this entry »

jQuery Slider Plugin which supports Dates and touch devices

Touch devices are these days very common and one needs controls which supports slides functionality on webpages when viewed on Touch devices. jQRangeSlider is a jQuery UI range selection slider which supports Dates and it also works on touch devices. This plugin supports 3 kind of sliders. 1. Float Value 2. Dates 3. Editable Slider […]
Read the rest of this entry »

Responsive Menu
Add more content here...