jQuery change event not working for input:radio buttons in Handlebars.js template -


I'm using handlebars.js for a series of questions / answers forms. There is only 1 reply per question, so I & lt; Input type = "radio" & gt; I'm using . The code below generates the desired result, but when a radio button is checked, the jQuery change does not fire the event

     

To specify your event handler. Should be used - try your dynamically generated radio button:

  $ ("#quo"). ("Changes", "Input: Radio", Function (Events) {// Consuming questions are already part of DOM Warning 'change'); });   

This question here gives some good information to the event operators adding dynamically generated elements

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -