[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Bennett McElwee
> I'm really interested in understanding more about this plugin. Could you > give an example of when and how it might be used? I know you listed some > sample code on your page but I'd like to get a use case for it. [From the original thread:] Here's a simple example of where jQuery.ready is ins

[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Bennett McElwee
I forgot to mention that I have added the elementReady plugin to the plugin repository at http://jquery.com/plugins/project/elementReady I'm looking forward to your comments and suggestions! Cheerio Bennett. On Aug 29, 10:44 pm, Bennett McElwee <[EMAIL PROTECTED]> wrote: > I

[jQuery] New plugin: elementReady

2007-08-29 Thread Bennett McElwee
I have written a simple but useful jQuery plugin. jQuery.elementReady() calls a function during page load as soon as a specific element is available -- even before the full DOM is loaded. It's useful if you have unobtrusive JavaScript that you want to apply to particular page elements immediately,