What I am trying to do is just like the code: when the value is greater than 10, display >10, or display 1 - 10. It works fine. However, if I uncomment the jquery mobile , i
I would suggest you to wrap input within a div and attach change event to that particular div, through which you can get the value of slider. Working Snippet below.