This is an example of a vertical range slider created by setting the orientation to vertical:

orientation: "vertical",
range: true,
values: [17, 67]

It's important to note that a vertical slider needs a height set. You can do this via .height() or by setting the height through CSS.

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.