Home | History | Annotate | Download | only in js

Lines Matching refs:hasClass

66     if ($(this).hasClass('disabled')) {
183 if ($("body").hasClass("design")) {
188 } else if ($("body").hasClass("about")) {
200 } else if ($("body").hasClass("develop") || $("body").hasClass("google")) {
211 if ($("body").hasClass("google")) {
218 } else if ($("body").hasClass("google")) {
220 } else if ($("body").hasClass("samples")) {
225 } else if ($("body").hasClass("distribute")) {
248 } else if ($("body").hasClass("about")) {
271 if ($prevListItem.hasClass('nav-section') || crossBoundaries) {
274 } else if (!$selListItem.hasClass('nav-section')) {
285 if (!crossBoundaries && $parentListItem.hasClass('nav-section')
286 && $selListItem.hasClass('nav-section')) {
296 if ($selListItem.hasClass('nav-section') && $selListItem.children('div.empty').length == 0) {
707 if (section.hasClass('expanded')) {
1193 if (li.hasClass("closed")) {
1224 if($list.hasClass('showing')) {
1410 if (div.hasClass("closed")) { // if it's closed, open it
1572 if ($(this).hasClass('paused')) {
2014 if ($($("li", $selectedUl)[gSelectedIndex-1]).hasClass("header")) {
2031 if ($($("li", $selectedUl)[gSelectedIndex+1]).hasClass("header")) {
2035 ($($("li", $selectedUl)[gSelectedIndex+1]).hasClass("header"))) {
2056 if ($($("li", $selectedUl)[gSelectedIndex]).hasClass("header")) {
2074 if ($($("li", $selectedUl)[gSelectedIndex]).hasClass("header")) {
3017 if ($(node.label_div).hasClass("absent")) {
3364 if ( (expand == null && a.hasClass("closed")) || expand ) {
3370 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
3561 var isFlow = $widget.hasClass('resource-flow-layout'),
3562 isCarousel = $widget.hasClass('resource-carousel-layout'),
3563 isStack = $widget.hasClass('resource-stack-layout');