Home
last modified time | relevance | path

Searched refs:linkObj (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lutok/api-docs/html/
H A Ddynsections.js25 function toggleVisibility(linkObj) argument
27 var base = $(linkObj).attr('id');
35 $(linkObj).addClass('closed').removeClass('opened');
40 $(linkObj).removeClass('closed').addClass('opened');