• 0

jQuery + radio boxes


Question

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

  • 0

OK, problem solved. Obviously the capture event for the radio boxes is initialised on document load. I need to re-initialise it after repopulating the radio boxes.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.