Hello,

I'm working on an order system where I get to see all my purchase
orders.
But the problem is that I want to submit my result with AJAX by an
JSON key.

The first problem that I encounter is that I need to retrieve all the
input boxes of that particular order.
If I use $(":input") then I get all the input fields that are existing
on that page.

What do I want to achieve:
 - Retrieve all the input boxes of that particular order
 - Put then in an JSON string
 - Send it to my php script

If there are any obscurities I'd be glad to hear that so I can explain
the problem more clearly!

Thanks in advance,

Leon Keijzer

Reply via email to