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

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -