Get selected and chekcked with jquery

  var status = $('input[name="status"]:checked').val();

 status = $('#status :selected').val();

Comments