Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JsAaron/jQuery
/ stopQueue
Function
stopQueue
1.7/effects.js:277–281 ·
view source on GitHub ↗
( elem, data, i )
Source
from the content-addressed store, hash-verified
275
}
276
277
function
stopQueue( elem, data, i ) {
278
var
hooks = data[ i ];
279
jQuery.removeData( elem, i, true );
280
hooks.stop( gotoEnd );
281
}
282
283
if
(
type
== null ) {
284
for
( i in data ) {
Callers
1
effects.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected