Searched refs:oldValue (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 3673 protected function attrEvents($attr, $oldAttr, $oldValue, $node) { argument 3690 if ($isInputValue && $attr == 'value' && $oldValue != $node->getAttribute($attr)) { 3729 $oldValue = $node->getAttribute($a); 3734 $this->attrEvents($a, $oldAttr, $oldValue, $node); 3801 $oldValue = $node->getAttribute($a); 3803 $this->attrEvents($a, $oldValue, null, $node);
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-v…
|