I am working one a page like the
below
id="first_div">
Left
Div(first_div) contains Invoice Data and Right side Div(second_div) is for displaying
additional info or update like displaying a customer info or if it's a new customer,
create a new customer data.
What I want to do
is when submitting a new customer info, i want to the left side div stay unchanged while
submitting right side customer form and after done creating customer log, update
customer list(drop down) in the left side
div(invoice)
The part I don't know is
" do I submit to a page(forms_customer.php) or is there a way to wrap all elements in
second_div and send them with jquery maybe with post method?
No comments:
Post a Comment