$(document).ready(function(){ $('form').children('input[type=radio]').each(function() { alert(this.value); }); });