Lines Matching refs:postArray
47 var postArray = { };
55 params: postArray,
171 var postArray = { };
175 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
179 postArray[jQuery(this).prop('name')] = jQuery(this).val();
190 params: postArray,
427 var postArray = { };
438 postArray['attachments'] = attachArr;
442 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
446 postArray[jQuery(this).prop('name')] = jQuery(this).val();
457 params: postArray,
539 var postArray = { };
545 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
549 postArray[jQuery(this).prop('name')] = jQuery(this).val();
559 postArray['attachments'] = attachArr;
568 params: postArray,