[jQuery] How to know when body height causes a scrollbar to appear

2009-02-19 Thread Kim Christensen
Hey list, I'm looking for a way to let my application know when the body height has changed to exceed the viewport height. There are quite a few different methods which inject elements in the DOM dynamically, so I'm not able to implement a check for changed body height in each and every one of th

[jQuery] Re: Execute function in parent window

2009-02-19 Thread Kim Christensen
On Feb 19, 8:47 am, "r1u0...@gmail.com" wrote: > So it should be so? Please correct me if I'm wrong: > > parent = window.open(child); > > then in child window parent.function(); ??? > > If so, how can I pass the parent id to new window? You won't need to. The "opener" object is always accessibl