You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello CDT,
Thank you very much for your reply.
I already tried this code but this was not working for me, I think the problem is when I click over the image that time only overlay and close buttons added so document dom does not find #swipebox-close id on the dom.
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');
});
The text was updated successfully, but these errors were encountered: