Re: [jQuery] What I need to know?

2010-03-03 Thread Cesar Sanz
jquery does not work with your backend system.. just can init a request and your server side will handle all that stuffs (like insertions, deletions, etc) regards - Original Message - From: "Nathan Klatt" To: Sent: Tuesday, March 02, 2010 4:00 PM Subject: Re: [jQuery] W

Re: [jQuery] What I need to know?

2010-03-02 Thread Nathan Klatt
On Tue, Mar 2, 2010 at 3:31 PM, Danjojo wrote: > Is it possible with jQuery to update a database / call a stored > procedure when I update an Input box that represents Quantity of an > item? http://api.jquery.com/category/ajax/ There are some AJAX tutorials targeting jQuery use linked to here:

[jQuery] What I need to know?

2010-03-02 Thread Danjojo
Is it possible with jQuery to update a database / call a stored procedure when I update an Input box that represents Quantity of an item? I am using vanilla ASP and have not used jQuery in a while. Because it is a wish list with line-items of quantity and being able to submit one line to the cart