Lines Matching +defs:type +defs:value
91 type: method || 'GET', property
255 type: method || 'POST' property
682 var httpData = function( xhr, type, s ) { // mostly lifted from jq1.4.4 argument
838 a.push({name: n, value: $(el).val(), type: el.type }); property
839 a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y}); property
849 a.push({name: n, value: v[j]}); property
858 a.push({name: n, value: files[j], type: el.type}); property
863 a.push({ name: n, value: '', type: el.type }); property
869 a.push({name: n, value: v, type: el.type, required: el.required}); property
878 a.push({name: n, value: $input.val()}); property
879 a.push({name: n+'.x', value: form.clk_x}, {name: n+'.y', value: form.clk_y}); property
908 a.push({name: n, value: v[i]}); property
912 a.push({name: this.name, value: v}); property