Advertisement
Guest User

Untitled

a guest
Jan 7th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(document).ready(function() {
  2.     jQuery('li.dropdown a.dropdown-toggle').on('click', function() {
  3.      window.location = jQuery(this).attr('href');
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement