You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
437 B
12 lines
437 B
<script>
|
|
$(function () {
|
|
// $(".quality-selectee").each(function() {
|
|
// $(this).button();
|
|
// });
|
|
$('#test').button();
|
|
});
|
|
</script>
|
|
|
|
<input type="checkbox" id="test" class="quality-selectee" /><label for="shuffle">SDTV</label>
|
|
<input type="checkbox" class="quality-selectee" /><label for="shuffle">DVD</label>
|
|
<input type="checkbox" class="quality-selectee" /><label for="shuffle">HDTV</label> |