Lines Matching refs:postArray
135 var postArray = { };
175 postArray['phones'] = phoneArray;
176 postArray['email'] = mailArray;
177 postArray['addresses'] = addrArray;
178 postArray['uri'] = entry['uri'];
183 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
187 postArray[jQuery(this).prop('name')] = jQuery(this).val();
198 params: postArray,
235 var postArray = { };
275 postArray['phones'] = phoneArray;
276 postArray['email'] = mailArray;
277 postArray['addresses'] = addrArray;
283 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
287 postArray[jQuery(this).prop('name')] = jQuery(this).val();
298 params: postArray,