Lines Matching defs:btn
251 var btn = t.getElementsByClassName('tg_button');
252 Array.prototype.forEach.call(btn, function(b) {
296 const btn = e.currentTarget;
297 if (btn) {
298 const menuId = btn.getAttribute('aria-controls');
299 const expanded = (btn.getAttribute('aria-expanded') == 'true');
305 btn.setAttribute('aria-expanded', 'false')
308 btn.setAttribute('aria-expanded', 'true')
323 var btn = jQuery('#cookiebanner button');
327 if ( (cookie !== '1') && (btn.length >= 1) ) { // if found only
330 jQuery(btn).click($p.cookie_banner._buttonCallback);
336 jQuery(btn).first().focus();