terrymun / Fluidbox

Replicating and improving the lightbox module seen on Medium with fluid transitions.
http://terrymun.github.io/Fluidbox/
Other
2.15k stars 166 forks source link

Event names should be delimited by a space in jQuery.on #208

Open czirkoszoltan opened 1 year ago

czirkoszoltan commented 1 year ago

https://github.com/terrymun/Fluidbox/blob/2de7e52617c6cd6f6c8344f3de3b937a69106d05/src/js/jquery.fluidbox.js#L641

This should be

$fb.on('recompute.fluidbox compute.fluidbox', function() {

without a comma, as event names are delimited by a space: https://api.jquery.com/on/