;
> 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
>
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
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,
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
4 matches
Mail list logo