Home | History | Annotate | Download | only in js

Lines Matching refs:Toggle

64   // init the fullscreen toggle click event
1190 function toggle(obj, slide) {
1201 $(".toggle-img", li).attr("title", "hide pages");
1206 $(".toggle-img", li).attr("title", "show pages");
1212 $(".toggle-list").each(
1214 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
1221 function hideNestedItems(list, toggle) {
1232 $(".more,.less",$(toggle)).toggle();
1284 $("#nav-panels").toggle();
1285 $("#panel-link").toggle();
1286 $("#nav-tree").toggle();
1287 $("#tree-link").toggle();
1300 $("#nav-panels").toggle();
1301 $("#panel-link").toggle();
1302 $("#nav-tree").toggle();
1303 $("#tree-link").toggle();
1408 var div = $(obj).closest(".toggle-content");
1409 var toggleMe = $(".toggle-content-toggleme:eq(0)",div);
1412 $(".toggle-content-text:eq(0)", obj).toggle();
1414 $(".toggle-content-img:eq(0)", div).attr("title", "hide").attr("src", toRoot
1418 $(".toggle-content-text:eq(0)", obj).toggle();
1420 div.find(".toggle-content").removeClass("open").addClass("closed")
1421 .find(".toggle-content-toggleme").hide();
1422 $(".toggle-content-img", div).attr("title", "show").attr("src", toRoot
2987 // toggle shut on the first try. --joeo@android.com
3351 /* TOGGLE INHERITED MEMBERS */
3353 /* Toggle an inherited class (arrow toggle)
3356 * 'null' to simply toggle.
3380 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
3383 * 'null' to simply toggle.
3403 /* Toggle all inherited members in the class (link in the class title)
3406 var a = $("#toggleAllClassInherited"); // get toggle link from class title
3407 var toggles = $(".toggle-all", $("#body-content"));
3424 var toggles = $(".toggle-all", $("#body-content"));