MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / done

Function done

OpenReservation/wwwroot/Scripts/jquery-ui.js:2767–2775  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2765 }
2766
2767 function done() {
2768 if ($.isFunction(complete)) {
2769 complete.call(elem[0]);
2770 }
2771
2772 if ($.isFunction(next)) {
2773 next();
2774 }
2775 }
2776
2777 // Override mode option on a per element basis,
2778 // as toggle can be either show or hide depending on element state

Callers 4

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

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected