Wednesday, 5 September 2018

Toggle class On Scrolling Using jquery


Toggle Class On Scrolling


//=====Scroling
$(window).scroll(function () {
var scroll = $(window).scrollTop();

if (scroll > 1) {
$("header").addClass("ajcard"); // you don't need to add a "." in before your class name
} else {
$("header").removeClass("ajcard");
}
});

No comments:

Post a Comment

IIS deployment support details

  Node JS - IIS deployment support details node: http://go.microsoft.com/?linkid=9784334 IISNode: https://github.com/azure/iisnode/releases/...