[jQuery] iframes and livequery

[jQuery] iframes and livequery


after searching I found this, which is close but no cigar.
http://plugins.jquery.com/node/3997
I appended an iframe to my document, and use livequery:
$('.LQelements').livequery(function(){...
which works in the top.document, but not in the iframe.
How can I re-use this? I don't want to have to copy the function into
the body of my iframe source file.