Home | History | Annotate | Download | only in js

Lines Matching refs:hasClass

56     if ($(this).hasClass('disabled')) {
168 if ($("body").hasClass("design")) {
172 } else if ($("body").hasClass("develop") || $("body").hasClass("google")) {
182 if ($("body").hasClass("google")) {
189 } else if ($("body").hasClass("google")) {
191 } else if ($("body").hasClass("samples")) {
196 } else if ($("body").hasClass("distribute")) {
218 if ($prevListItem.hasClass('nav-section')) {
221 } else if (!$selListItem.hasClass('nav-section')) {
232 if (!crossBoundaries && $parentListItem.hasClass('nav-section')
233 && $selListItem.hasClass('nav-section')) {
244 if ($selListItem.hasClass('nav-section') && $selListItem.children('div.empty').length == 0) {
565 if (section.hasClass('expanded')) {
932 if (li.hasClass("closed")) {
963 if($list.hasClass('showing')) {
1147 if (div.hasClass("closed")) { // if it's closed, open it
1309 if ($(this).hasClass('paused')) {
1728 if ($($("li", $selectedUl)[gSelectedIndex-1]).hasClass("header")) {
1745 if ($($("li", $selectedUl)[gSelectedIndex+1]).hasClass("header")) {
1749 ($($("li", $selectedUl)[gSelectedIndex+1]).hasClass("header"))) {
1770 if ($($("li", $selectedUl)[gSelectedIndex]).hasClass("header")) {
1788 if ($($("li", $selectedUl)[gSelectedIndex]).hasClass("header")) {
2481 if ($(node.label_div).hasClass("absent")) {
2828 if ( (expand == null && a.hasClass("closed")) || expand ) {
2834 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {