mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-02 06:04:06 -05:00
We proxy the jquery object. This lets us use the jQuery that FCC uses in the iframe. Since jQuery sets the context, the main document object or DOM, at script load, we need to create a proxy with the context of the iframe, the document object of the iframe. This was originally set to the body element. But not all challenges require a body element.
1.1 KiB
1.1 KiB