Advertisement
Nexo78

Untitled

Oct 18th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function($){
  2.     Drupal.behaviors.hideSummary = {
  3.   attach: function (context, settings) {
  4.      $(document).ready(function () {
  5.  
  6.        
  7.               var link = $('#roksen_dop_form-id');
  8.               link.hide();
  9.                     $('#panels-ipe-paneid-10').hide();
  10.             $('.pane-block-27').hide();
  11.             $('#click_to_show').click(function () {        
  12.          link.show();
  13.         })
  14.     });
  15.   }
  16. }; 
  17. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement