Searched refs:tabId (Results 1 – 2 of 2) sorted by relevance
5 function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(this… argument6 {$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}7 $(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeCon…
5164 },appendTab:function(netInfoBox,tabId,tabTitle){var args={tabId:tabId,tabTitle:tabTitle}; property