Saruban
Saruban
I tried to add it to my script but not working. Please check this. jQuery( document ).ready(function() { jQuery("#stick-form-prv").sticky({topSpacing:645}); jQuery("#stick-form").sticky({topSpacing:290}); jQuery("#stick-form-img").sticky({topSpacing:180}); jQuery("#stick-form-btn").sticky({topSpacing:115}); }); # When scrolling $(window).scroll( () -> #...
Can you please help me to rewrite it on js. :) On 1 Aug 2017 17:39, "Arpsara" wrote: > @saruban I think you have to rewrite it in > javascript...
Thank you so much. Will Check and back to you. :) On 1 Aug 2017 6:24 pm, "Andrew Odendaal" wrote: > @saruban > > $(window).scroll(function() { > var position; >...