Commits

Berkeley Martinez committed 574709159d2
Fix use the document as the proxy for jquery 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.