Home JS Other Detail
$("input:radio + label").click(function () { this.previousElementSibling.click(); });