$(function(){ $(':input','form').each(function(i, o){ $('#op').append($(o).attr('custom') + ' value:' + $(o).val()+'<br/>'); }) });