Searched refs:hooks (Results 1 – 1 of 1) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 2037 hooks = {}; 2051 jQuery._data( elem, type + ".run", hooks ); 2054 }, hooks ); 2093 return this.queue( type, function( next, hooks ) { argument 2095 hooks.stop = function() { 2298 var hooks, ret, isFunction, 2303 hooks = jQuery.valHooks[ elem.nodeName.toLowerCase() ] || jQuery.valHooks[ elem.type ]; 2305 if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { 2347 hooks = jQuery.valHooks[ this.nodeName.toLowerCase() ] || jQuery.valHooks[ this.type ]; 2350 if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { [all …]
|