var jData = {request:{'service':'ins_task_queue'},data:[]}; $('[name=remote_download_id]:checked').each(function(){ remote_download_id = $(this).val(); var here = $(this).siblings(); var tmpObj = {}; tmpObj['remote_download_id'] = remote_download_id; $.each($(this).siblings(),function(k,v){ --> tmpObj[here[k].name] = encodeURIComponent(here[k].value); }); here = $(this).parent().siblings().children(':input'); $.each($(this).parent().siblings().children(':input'),function(k,v){ --> tmpObj[here[k].name] = encodeURIComponent(here[k].value); }); jData['data'].push(tmpObj); }); ...