How do I add tick marks to the jQuery slider? Say I have values from 1 to 10, how I can I add a tick at each value?
I’ve seen similar posts on S.O. but they all suggest plug-ins, and I would like to hard code it due to a lot of interactivity with other elements.
Thanks!
Similar to this SO Question. The answer from Mortimer might help.
Although there is no official way of doing it yet, it’d be nice to have it baked in the jQuery UI slider.