[jQuery] Re: Updating input values before the submit.

2007-12-18 Thread Jesse R.
; > jQuery("input:eq(1)").val(json.ges); > // This will prevent the AJAX message from being sent again > $form.addClass("okgo"); > // Successful AJAX message, re-submit, this time for real >

[jQuery] Updating input values before the submit.

2007-12-18 Thread Jesse R.
I have the following html code: https://sandbox.google.com/checkout/ cws/v2/Merchant/747474/checkout" method="post"> https://sandbox.google.com/checkout/buttons/checkout.gif? merchant_id=747474&w=160&h=43&style=WHITE&variant=TEXT&loc=en_US" height="43" width="160" /> I want to dynamically loa

[jQuery] Re: Ajax Working in Firefox 2.0.0.11 but not in IE6 or IE7

2007-12-18 Thread Jesse R.
Yeah, this is exactly what the problem was. I managed to type in the right search string finally and found the answer in here. I actually decided to use $.post for my json request and IE does not cache POSTs. On Dec 18, 6:35 am, Andy K <[EMAIL PROTECTED]> wrote: > On Dec 18, 10:22 am,

[jQuery] Ajax Working in Firefox 2.0.0.11 but not in IE6 or IE7

2007-12-18 Thread Jesse R.
I am working on building a shopping cart and wanted to utilize jQuery's ajax methods to enhance some response times. If you go to http://www.blueskyvineyard.com/dry-wine and add an item to the cart, then either click the "+" or "-" to increase or decrease the quantity, it works just as expected i