Advertisement
fauzanjeg

Show Drawer Content With Logo

Aug 29th, 2021
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.33 KB | None | 0 0
  1. /* Show Drawer Content With Logo */
  2. (function ($) {
  3.     var mobile_menu = window.jnews.mobile;
  4.     $('.jeg_desktop_logo').off('click', mobile_menu.show_menu).on('click', mobile_menu.show_menu); /* For Dekstop Logo */
  5.     $('.jeg_mobile_logo').off('click', mobile_menu.show_menu).on('click', mobile_menu.show_menu); /* For Mobile Logo */
  6. })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement