compound
compound copied to clipboard
Use jquery 1.9.1
replace .live with .on
@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 [email protected]:
@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(){});