Open obiPlabon opened 8 years ago
sticky-bottom-reached and sticky-bottom-unreached event doesn't fire. I'm trying to create a bottom sticky navigation. I've tried your given example snippet
sticky-bottom-reached
sticky-bottom-unreached
$('#sticker').on('sticky-bottom-reached', function() { console.log("Bottom reached"); }); $('#sticker').on('sticky-bottom-unreached', function() { console.log("Bottom unreached"); });
but it didn't work. Could you please take a look.
Thanks
sticky-bottom-reached
andsticky-bottom-unreached
event doesn't fire. I'm trying to create a bottom sticky navigation. I've tried your given example snippetbut it didn't work. Could you please take a look.
Thanks