MCPcopy
hub / github.com/MrNothing/AI-Blocks / done

Function done

Sources/src/libs/jquery-ui.js:2702–2710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2700 }
2701
2702 function done() {
2703 if ( $.isFunction( complete ) ) {
2704 complete.call( elem[ 0 ] );
2705 }
2706
2707 if ( $.isFunction( next ) ) {
2708 next();
2709 }
2710 }
2711
2712 // Override mode option on a per element basis,
2713 // as toggle can be either show or hide depending on element state

Callers 4

cleanupFunction · 0.85
runFunction · 0.85
jquery-ui.jsFile · 0.85
animCompleteFunction · 0.85

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected