<div class="div"> <input type="radio" value="html"> html <input type="radio" value="css" checked="checked"> css <input type="radio" value="js"> js </div>
$("input[type='radio']:checked").val()