I'm updating an old site and I need to change the "Add To Cart" functionality and would like to to it with JQuery Ajax. I need the code for the following: When a form button on a page is clicked 1) It calls a page through Ajax with an itemid parameter 2) Turns button unclickable and the text changes from 'Add to Cart' to 'Added' 3) The page that is called returns some text that updates a current DIV tag (Shopping Cart totals) Notes: There will be many of these buttons per page so it might have to be a function. Please PM me with what you would charge me for this code. Thanks, Ruben
Take a look at the following page: http://www.footballcardshop.com/cards_by_set/2010_Press+Pass_cards.asp What I want to do is instead of having checkboxes with an add button. I want to replace the checkboxes with an Add To Cart button via Ajax/Jquery. It will need to submit the item id to an .asp page that I would code. I can code all the backend stuff, I'm just not good with Javascript/Jquery. After it submits the item id then it will return the html to go into the div that has the cart totals. It is not a div now but I can change that later. Ruben