[jQuery] Plugin: frameReady updated. Now with better docs and demos ;)

[jQuery] Plugin: frameReady updated. Now with better docs and demos ;)


I just updated frameReady to support loading script and stylesheet
files in other frames, including nested, dynamically created iframes
if necessary. frameReady loads jQuery in the target frame(s) by
default, so you can run any jQuery function in the target frame as if
you were dealing with the local document. $("p") instead of $("p",
top.mainFrame.iFrame.document) for example. You can also load jQuery
plugins and stylesheets and any functions you want to run will wait
until those files are loaded, parsed and available before running.
More information and a demo here: http://ideamill.synaptrixgroup.com/?p=6
If you take the time to look at this, please let me know what you
think!