jquery-bar-rating
jquery-bar-rating copied to clipboard
Doesn't work on Jquery Mobile
I checked and found issue 57 and this really doesn't work with JQM.
Jquery 2.1.4 JQM 1.4.5
html:
<select id="features"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select>
Jquery:
$('#features').barrating('show', {theme: 'fontawesome-stars', initialRating: null, showSelectedRating: false});
Problem:
Doesn't display stars (yes, the .css is loaded).
Show's the selected rating (clearly set to false)
.
Put's the entire code in a block with a down carat (click on that and you get all sorts of header/footer problems)
Same issue