This slider has a step value set that will only allow for increments of 50 to be selected. The default step increment is 1. The drag handle will snap to drop points every 50 units. This is set in an option called step:

min: 0,
max: 500,
step: 50

This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.