jquery-bar-rating icon indicating copy to clipboard operation
jquery-bar-rating copied to clipboard

Doesn't work on Jquery Mobile

Open ppetree opened this issue 7 years ago • 1 comments

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) star-rating-bug . Put's the entire code in a block with a down carat (click on that and you get all sorts of header/footer problems)

ppetree avatar Jan 24 '18 17:01 ppetree

Same issue

lucasprogamer avatar Oct 17 '18 13:10 lucasprogamer