How to disable slider track click event on jQuery Mobile

How to disable slider track click event on jQuery Mobile


We can drag the circle button or click somewhere on the track to do the slide, how to disable the track click function on jQuery Mobile, I just want to slide by drag the button, I tried this
  1.  $('div[role="application"]').unbind('vmousedown');

but it cause the drag function failed too