Searched refs:hasClass (Results 1 – 14 of 14) sorted by relevance
43 opening = $listitem.hasClass('closed');66 if ($listitem.hasClass('open')) {
41 if ($me.parent().hasClass('open')) {
39 …while ($tgt.length > 0 && !($tgt.hasClass('sectionedit' + nr) || $tgt.find('.sectionedit' + nr).le…
241 if ($picker.hasClass('a11y')) {
129 qq.hasClass = function(element, name){ function134 if (!qq.hasClass(element, name)){174 if (qq.hasClass(candidates[i], className)){657 if (qq.hasClass(target, self._classes.cancel)){
333 if ($link.hasClass('idx_dir')) {
108 if ($link.hasClass('wikilink1')) {111 } else if ($link.hasClass('idx_dir')) {
57 if (!$styling_plugin.hasClass('ispopup')) {
27 $this->assertTrue($pq->find('form')->hasClass('doku_form'));
88 $this->assertTrue($option->hasClass('two'));89 $this->assertTrue($option->hasClass('classes'));
81 if ($extmgr.find('.plugins, .templates').hasClass('active')) {
6 …hasClass("ui-state-disabled"))return("string"==typeof e?r[e]:e).apply(r,arguments)}"string"!=typeo…
2 …hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=Ct(this))&&_.set(th… method
3922 public function hasClass($className) { function in phpQueryObject