Discussion:
What I need to know?
Danjojo
2010-03-02 21:31:02 UTC
Permalink
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 for purchase... etc I am running into
many challenges..
Nathan Klatt
2010-03-02 22:00:05 UTC
Permalink
Post by 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?
http://api.jquery.com/category/ajax/

There are some AJAX tutorials targeting jQuery use linked to here:

http://docs.jquery.com/Tutorials
Cesar Sanz
2010-03-03 15:12:08 UTC
Permalink
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" <***@gmail.com>
To: <jquery-***@googlegroups.com>
Sent: Tuesday, March 02, 2010 4:00 PM
Subject: Re: [jQuery] What I need to know?
Post by Nathan Klatt
Post by 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?
http://api.jquery.com/category/ajax/
http://docs.jquery.com/Tutorials
Loading...