$("#ok").click(function(){var str =""; $(".num").each(function(){ str += $(this).val(); });alert(str);});