I am wondering if it is possible to use the jQuery .ajax() call to
access multiple URLs right after another.

When I am wanting to do, is have a list of items, each of which has a
check box which is an option to delete the item.  If the box is
checked, and the submit button clicked, I would like ajax to access
each URL that pertains to the checked item, and send the query string ?
action=delete.

Reply via email to