[jQuery] passing parameter from ajax loaded list to ajax loaded form
I'm "extremely" new to Jquery and I'm trying super hard to learn it.
I've hit many obstacles and this one is killing me:
here is what i want to do:
1 load a result list in my main page with ajax. (succeeded)
2 load a form in my main page with ajax. (succeeded)
3 load the form through ajax and passing a parameter to it by clicking
on a result link that is also loaded through ajax (this is the part
that i have no clue how to do.)
4 and finally, i would like to load the list once again, through ajax,
once the form has been successfully submitted. (have not tried yet).
does anyone out there have the time/energy/good will to help me out.
are there any examples that i could look at?
once again, I am extremely new to javascript/Jquery
any help would be appreciated.