Aurangajeb

Make Logo grid link as _self window

Nov 6th, 2019
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.23 KB | None | 0 0
  1. /* Make Logo grid link as _self window */
  2.  
  3. jQuery(document).ready(function( $ ){
  4.     //  I use the class name as ha-logo-grid-link, you can also trigger as ha-logo-grid-item class
  5.   $('.ha-logo-grid-link').attr('target', '_self');
  6. });
Advertisement
Add Comment
Please, Sign In to add comment