'jQuery'에 해당되는 글 1건

  1. 2016.11.02 jquery addclass label


down voteaccepted

http://stackoverflow.com/questions/17152494/jquery-addclass-to-label-if-radio-button-checked


$("input:radio").next('label').addClass("checked");