We are trying to implement HTML5 datepicker in our web application but its not working. We are also using backbone and jQuery Mobile in our project. What could be the issue? Is there any alternative to HTML5 datepicker.?
I am trying to use Data-dismissable ="false" attribute in the div containing data-role="popup". So that my popup doesn't vanishes when user clicks anywhere else on the screen. But somehow its not working. Any clues to what might be the problem.