drag div in x position only
I need to drag Div in x position only starting from 0px to 135px
I tried this but I dn't know how can I pass dragging min and max value
$( "#draggable" ).draggable({ axis: "x"})
I need to make this scrollbar, user can adjust ammout from scrollbar.
