Searched defs:highlight (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/jansson/doc/html/_static/
H A Ddoctools.js65 * highlight a given string on a jquery object by wrapping it in
69 function highlight(node) {
85 highlight(this);
90 highlight(this);
164 * highlight the search words provided in the url in the text
168 var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
179 $('<p class="highlight-link"><a href="javascript:Documentation.' +
207 $('#searchbox .highlight-link').fadeOut(300);

Completed in 14 milliseconds