How to use Tooltips with JQM Sliders? I would like to add Tooltips to my JQM Ranges (e.g. 1-5), saying at what point the ui-slider-handle is positioned ("Your choice: 3"). I've tried qTip:
$('#content a[href]').qtip({
content: 'i am a qtip'
});
but it does not work on my mobile device. I would like to let the user know which choice he has made (before he gets off the screen with his thumb).