[jQuery] Calling functions in parent window from iframe

[jQuery] Calling functions in parent window from iframe


In the parent window's Javascript we have functions that are wrapped
inside of the dom ready stuff ( $(function() ) ... normally you can
access functions in a parent window by calling self.parent.functionName
() but since they are wrapped in the on dom ready stuff for jQuery I
can't figure out how to call them, or if you even can.
Does anyone know how to do this, or if it's even possible?
Thank you,
Josh