jquery/ajax post() in a posted page
Posted
by haltman
on Stack Overflow
See other posts from Stack Overflow
or by haltman
Published on 2010-06-08T14:08:45Z
Indexed on
2010/06/08
14:12 UTC
Read the original article
Hit count: 199
hi everybody,
I have a page with a div, inside this div I load a page with a form with a select, I can get selected option by post() function but, how can I get at the same time selected option and full data option? I've tried to get full data with a post() in a click() function positioned directly on form page but it does not work, can I post 2 times on the same page(one for get selected option and one for full data option)?
thanks in advance
ciao, h.
© Stack Overflow or respective owner