http://devzum.com/2015/04/06/best-prototyping-tools-for-designers/
Best prototyping tools as of 2015
Best prototyping tools as of 2015
$('input:radio[name=rblist"]').each(function(){ if ($(this).is(':checked')) { rb_value = $(this).val(); console.log("Selected rb value = " + rb_value); } });