Advertisement
fahimmurshed

If the UAEL Off-Canvas is not working properly

Jul 20th, 2022
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1. jQuery(function($){
  2.     jQuery('span.uael-offcanvas-close.elementor-icon-link.elementor-clickable').click(function() {
  3.         console.log('swdefrgthyj');
  4.        
  5.     jQuery('.uael-offcanvas-parent-wrapper .position-at-left').removeAttr("style");
  6.     jQuery('.uael-offcanvas-show~.uael-offcanvas-overlay').css({"opacity": "0", "visibility": "hidden"});
  7. });
  8. });
  9.  
  10.  
  11. jQuery(function($){
  12.     jQuery('a.uael-offcanvas-trigger.elementor-button-link.elementor-button.elementor-clickable.elementor-size-sm').click(function() {
  13.         console.log('swdefrgthyj');
  14.        
  15.     jQuery('.uael-offcanvas-parent-wrapper .position-at-left').css('left', '-550');
  16.     jQuery('.uael-offcanvas-show~.uael-offcanvas-overlay').css({"opacity": "1", "visibility": "visible"});
  17. });
  18. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement