Jquery Mobile checkbox-list does not update when adding items and “refreshing” the script to style it
问题 It is very easy to add a checkbox list in JQuery Mobile, the scripts automatically style/change the following html and give it functionality: <fieldset data-role="controlgroup" id="liste" class="liste"> <legend>Choose as many snacks as you'd like:</legend> <input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom"> <label for="checkbox-1a">Cheetos</label> <input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom"> <label for="checkbox-2a">Doritos</label> <input