;(function($){ $(document).ready(function(){ $('.bbhide').on('click',function(){ var url = new URL(location.href); url.searchParams.append('hnotice',1); location.href= url; }); $('a.button-info.bbhide').on('click', function(event) { event.preventDefault(); }); }); })(jQuery);