Hello developers,
I try to add click event on the close button over the swipebox-overy but I can't fix anybody help how to add my custom event on there
My code is:
jQuery(document).on('click', '#swipebox-close' , function() {
jQuery(body).css('color', 'red');
});
Hello developers,
I try to add click event on the close button over the swipebox-overy but I can't fix anybody help how to add my custom event on there
My code is:
jQuery(document).on('click', '#swipebox-close' , function() {
jQuery(body).css('color', 'red');
});