I have asimple HTML form that contains 3 radio boxes to select a shipping type. If the user selects a new shipping address from a drop down, I query an AJAX script to get me the relevant 3 shipping options, and repopulate the 3 radio boxes.
When a user clicks the radio box, I use AJAX to set a session variable.
All works fine except:
When I repopulate the 3 radio boxes, the event of the click on any of them is never captured...
Question
+Dick Montage Subscriber²
I have asimple HTML form that contains 3 radio boxes to select a shipping type. If the user selects a new shipping address from a drop down, I query an AJAX script to get me the relevant 3 shipping options, and repopulate the 3 radio boxes.
When a user clicks the radio box, I use AJAX to set a session variable.
All works fine except:
When I repopulate the 3 radio boxes, the event of the click on any of them is never captured...
What?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts