Home | History | Annotate | Download | only in assets

Lines Matching full:show

358       ul.show();
367 $(".toggle-img", li).attr("title", "show pages");
374 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
442 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
444 } else { //otherwise, show English instead
456 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
458 } else { // otherwise, show English instead
502 if (button.hasClass("show")) {
504 button.removeClass("show").addClass("hide");
507 button.removeClass("hide").addClass("show");