How to specify the sibling of an element


$('#speed_slider').siblings('.ui-slider-vertical').bind('touchstart', function () {
  //do something
});