Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(function($){
- jQuery('span.uael-offcanvas-close.elementor-icon-link.elementor-clickable').click(function() {
- console.log('swdefrgthyj');
- jQuery('.uael-offcanvas-parent-wrapper .position-at-left').removeAttr("style");
- jQuery('.uael-offcanvas-show~.uael-offcanvas-overlay').css({"opacity": "0", "visibility": "hidden"});
- });
- });
- jQuery(function($){
- jQuery('a.uael-offcanvas-trigger.elementor-button-link.elementor-button.elementor-clickable.elementor-size-sm').click(function() {
- console.log('swdefrgthyj');
- jQuery('.uael-offcanvas-parent-wrapper .position-at-left').css('left', '-550');
- jQuery('.uael-offcanvas-show~.uael-offcanvas-overlay').css({"opacity": "1", "visibility": "visible"});
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement