[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Rey Bango
Ah. I jumped the gun thinking he had simply cut and pasted his post because I read this "[From the original thread:]" in the message. Thats what I get for not taking the time to fully read whats in front of me. :P Sorry about that Bennett. Rey Mike Alsup wrote: Yes I read the original po

[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Pops
Thinking about this, ideally, this would the way a "ideal JS/DOM/HTML" system would behave: function divConstructor(self) { ... } What happens now is that when the page is being rendered (spit out by the server and received by the browser), when DOM sees elements like tis with the onC

[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Mike Alsup
> Yes I read the original post plus what you wrote on your site. What I'm > asking for is an actual example, not just a "hypothetical" scenario. I think Bennett gave an excellent example with the rounded corners bit. I often see delayed rounding on page load. Mike

[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Pops
Rey, I think, if its the same thing I am thinking would be where many developers and working sites mix up HTML and

[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Rey Bango
Hi Bennett, Yes I read the original post plus what you wrote on your site. What I'm asking for is an actual example, not just a "hypothetical" scenario. Rey... Bennett McElwee wrote: I'm really interested in understanding more about this plugin. Could you give an example of when and how it

[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 Rey Bango
Hi Bennett, 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. Thanks, Rey... Bennett McElwee wrote: I forgot to mention that I ha

[jQuery] Re: New plugin: elementReady

2007-08-30 Thread Sean Catchpole
This could be very useful on large pages. Great work ~Sean

[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 have written a sim

[jQuery] Re: New plugin: elementReady

2007-08-29 Thread Benjamin Sterling
Bennett, That will be a very useful plugin for sure, I am already thinking of where I can add it to existing code. Really nice work. Ben On 8/29/07, Bennett McElwee <[EMAIL PROTECTED]> wrote: > > > I have written a simple but useful jQuery plugin. > jQuery.elementReady() calls a function during