Open 1602 opened 11 years ago
@1602 So this is done?
In the middle. I've done some changes in rails.js, but delete links stopped working in case of one-page apps. Need to investigate correct way of binding events after reloading part of page via ajax.
On Sat, Mar 16, 2013 at 6:51 PM, Sascha Gehlich notifications@github.comwrote:
@1602 https://github.com/1602 So this is done?
— Reply to this email directly or view it on GitHubhttps://github.com/1602/compound/issues/416#issuecomment-15007992 .
use delegation instead of binding $(document).on('event', 'selector', function(){});
replace .live with .on