i post this below message in the jquery mobile forum, but this code can work with "normal" jquery too :
i need you, please help me Thank you !
I have 3 forms on the same page. For each, I have 3 radio button, and the form is automatically submitted as soon as I click a radio button. The value of the radio button is then retrieved from a php page, and rendering is displayed in a div
The following code works fine for one form, but instead of 3 different functions (indicated by the "testsubmit(xx)" in the code), I have wanted to make only one, but I do not know how.
>> Please help me :)
The code : (i put 2 same form in this exemple, it depends of the good code)
after trying unsuccessfully for 4 days my script, I need you:
I have 3 forms on the same page. For each, I have 3 radio button, and the form is automatically submitted as soon as I click a radio button. The value of the radio button is then retrieved from a php page, and rendering is displayed in a div
The following code works fine for one form, but instead of 3 different functions (indicated by the "testsubmit(xx)" in the code), I have wanted to make only one, but I do not know how.
>> Please help me :)
The code : (i put 2 same form in this exemple, it depends of the good code)