[jQuery] Re: help with ajax post

2008-09-12 Thread nananannae2
Thank you! On Sep 5, 4:24 pm, "Jake McGraw" <[EMAIL PROTECTED]> wrote: > $.ajax({ >     type: "POST" >     , url: "GetNewHash.aspx" >     , data: >     { >       orderid : $("#orderid").val() >       , amount : $("#amount").val() >       , dtnow : $("#time").val() >       , Gateway_MerchantConfig

[jQuery] Re: help with ajax post

2008-09-05 Thread Jake McGraw
$.ajax({ type: "POST" , url: "GetNewHash.aspx" , data: { orderid : $("#orderid").val() , amount : $("#amount").val() , dtnow : $("#time").val() , Gateway_MerchantConfigID : $("#Gateway_MerchantConfigID").val() } , async: false , success : function