compound icon indicating copy to clipboard operation
compound copied to clipboard

Use jquery 1.9.1

Open 1602 opened this issue 12 years ago • 3 comments

replace .live with .on

1602 avatar Feb 28 '13 09:02 1602

@1602 So this is done?

saschagehlich avatar Mar 16 '13 16:03 saschagehlich

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 .

anatoliychakkaev avatar Mar 16 '13 16:03 anatoliychakkaev

use delegation instead of binding $(document).on('event', 'selector', function(){});

pocesar avatar Mar 16 '13 23:03 pocesar