Recommend this page to a friend! |
Classes of Malik Naik | > | Drupal Icon Module | > | js/script.js | > | Download |
|
![]() |
(function($, Drupal){ Drupal.behaviors.IconBlockBehavior = { attach: function(context, settings) { $('.icon_block_icon-link.menu-item a').removeAttr('href'); } }; })(jQuery, Drupal); |