Using Knockout JS 2.0 with jQuery 1.7.2 I am having an issue with live (on) events with objects created by my observableArray.
if I change the target of my function to a dom element that is on the page already it works, however when targeting an object that will be created it seems to ignore it. I've only just started looking at the on binding in jQuery so it's more than likely I've missed something.
Any help anybody can provide would be appreciated.