Multiple choice technology web technology

when should callback parameter should be executed?

  1. while loading the hide effect

  2. before the hide effect completed

  3. after the hide effect completed

  4. none

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In jQuery effects, callback functions are executed AFTER the effect animation completes. This ensures sequential execution of code, allowing you to perform actions only after the visual effect has finished. The callback does not run during or before the effect, but specifically after the animation completes.