Long-time since I've posted... haven't needed to because your code rocks.

However, I recently upgraded from 603 to 733 and a few things broke.

Specificaly, it appears you've changed how instances work with multiple floatboxes.
I've looked at the support documentation but don't see any way to cycle through instances.
fb.getInstance ( name ) will give me a specific instance by name and fb.getOwnerInstance ( node ) returns a specific instance that contains the passed node/id.
Which is great but let's say I have three iframe floatboxes open and I want to cycle through them and the underlying parent document to see if any of the documents contain a particular node and if so do something with it. How would I go about that?
I tried using fb.$( id, doc ) but it only returns a single node and in my use case there would be possibly many instances of that node on different documents open at the given time.
Any help is of course greatly appreciated, I'm sure I just haven't dug deeply enough so if it's obvious, my apologies... I did search the forum for answers but the only thing I found was from 2010 and I'm sure it's outdated.
Thanks!
-b