I'm successfully rendering dynamic data with Ember:
<div id="ember_generated">{{result}}</div>
I want to get this data on every change with jQuery. The following is the best I can think of, but it doesn't do much:
$("body").on("change", "#ember_generated", function() {
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…