Home | History | Annotate | Download | only in js

Lines Matching refs:hasClass

56     if ($(this).hasClass('disabled')) {
168 if ($("body").hasClass("design")) {
173 } else if ($("body").hasClass("develop") || $("body").hasClass("google")) {
184 if ($("body").hasClass("google")) {
191 } else if ($("body").hasClass("google")) {
193 } else if ($("body").hasClass("samples")) {
198 } else if ($("body").hasClass("distribute")) {
219 } else if ($("body").hasClass("about")) {
242 if ($prevListItem.hasClass('nav-section')) {
245 } else if (!$selListItem.hasClass('nav-section')) {
256 if (!crossBoundaries && $parentListItem.hasClass('nav-section')
257 && $selListItem.hasClass('nav-section')) {
268 if ($selListItem.hasClass('nav-section') && $selListItem.children('div.empty').length == 0) {
525 if (section.hasClass('expanded')) {
1020 if (li.hasClass("closed")) {
1051 if($list.hasClass('showing')) {
1235 if (div.hasClass("closed")) { // if it's closed, open it
1397 if ($(this).hasClass('paused')) {
1835 if ($($("li", $selectedUl)[gSelectedIndex-1]).hasClass("header")) {
1852 if ($($("li", $selectedUl)[gSelectedIndex+1]).hasClass("header")) {
1856 ($($("li", $selectedUl)[gSelectedIndex+1]).hasClass("header"))) {
1877 if ($($("li", $selectedUl)[gSelectedIndex]).hasClass("header")) {
1895 if ($($("li", $selectedUl)[gSelectedIndex]).hasClass("header")) {
2821 if ($(node.label_div).hasClass("absent")) {
3168 if ( (expand == null && a.hasClass("closed")) || expand ) {
3174 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
3365 var isFlow = $widget.hasClass('resource-flow-layout'),
3366 isCarousel = $widget.hasClass('resource-carousel-layout'),
3367 isStack = $widget.hasClass('resource-stack-layout');