stevo / colorbox-rails

Make links open in lightbox a breeze
MIT License
77 stars 58 forks source link

'on' instead of 'live' #13

Closed rafalbromirski closed 11 years ago

rafalbromirski commented 11 years ago

jQuery team will drop live event soon.

$(document).ready(function() 
{
    $(document).on('click', 'a[data-colorbox="true"]', function(e) {
       ...
    });
});
derfarg commented 11 years ago

Now is down!

michaelcarter commented 11 years ago

I too am having this issue. Opened 5 months ago, c'mon!

stevo commented 11 years ago

Updated and released

rafalbromirski commented 11 years ago

:metal: