[jQuery] Extending #ready()
I've been trying to use #bind() to treat #ready() as a first class
event handler, but have had no luck.
$(document).bind("ready", function() {
...
});
What I have is a plugin that bootstraps its functionality into the
page onload. I'd like to make this transparent to the end-user.
Help?
Corey
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/