Add Class When Visible On Screen
jQuery(document).ready(function($) {
$(window).on('scroll', function(){
if ($(".geo-bck-1").is(':visible')){
$(".geo-bck-1").addClass("is-visible");
}
});
});
jQuery(document).ready(function($) {
$(window).on('scroll', function(){
if ($(".geo-bck-1").is(':visible')){
$(".geo-bck-1").addClass("is-visible");
}
});
});
A WordPress Commenter
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.