I have a call like this:
$("#ContextMenuModal").height($("body").height());
However $("body").height()
returns undefined when I view it in Firebug.
What would cause jQuery to return undefined for the body height?
I am using jQuery 1.4.1.
Edit:
This is inside an iFrame