Lines Matching full:box
8 * @param {jQuery} $box The box we're handling
11 function tabboxopen($box, tabid) { argument
13 $box.find('.tabboxtab').hide();
14 $box.find('.tabs li').removeClass('active');
17 var $open = $box.find('#tab_'+tabid);
20 $open = $box.find('.tabboxtab').first();
24 $box.find('#lnk_'+id).addClass('active');
33 var $box = jQuery(this);
34 $box.addClass('js');
39 $box.find('.tabboxtab .hl').each(function(){
47 tabboxopen($box, $hl.attr('id'));
55 $box.prepend($ul);
59 tabboxopen($box, DokuCookie.getValue('tabbox'));
62 tabboxopen($box, window.location.hash.substring(1));