[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-10 Thread bldman
Most (all?) of the sample code in the examples at http://docs.jquery.com/Plugins/Validation also have references to the jquery.delegate.js library. On Jul 2, 3:50 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Ah, thanks for the pointer. I'll update that. > > Jörn > > On Wed, Jul 2, 2008 at 1

[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-02 Thread Jörn Zaefferer
Ah, thanks for the pointer. I'll update that. Jörn On Wed, Jul 2, 2008 at 10:09 PM, jez_p <[EMAIL PROTECTED]> wrote: > > Thanks for replying Jörn. > > I was confused by the line: > > jquery.delegate.js - special event delegation, required > > which is under the heading of "Javascript files used"

[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-02 Thread jez_p
Thanks for replying Jörn. I was confused by the line: jquery.delegate.js - special event delegation, required which is under the heading of "Javascript files used" at the bottom of the demo page: http://jquery.bassistance.de/validate/demo/ , which is also in the demo folder in the download.

[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-02 Thread Jörn Zaefferer
Hi Jez, the delegate plugin is bundled within jquery.validate.js since the 1.2.1 release (early Februar this year). You don't have to manually include it. It sounds like you got an outdated release, where did you find that? The current plugin page doesn't mention the dependency anywhere (http://

[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-02 Thread jez_p
Thank you for your reply John. I thought the author might appreciate the heads up that is not included within the package when it is linked to within the included demo/index.html, implying that it should have been included. OK, so now I have it, do I simply put in the same folder as my jquery.js

[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-02 Thread John Resig
Popping "jquery.delegate.js" into Google provides this: http://dev.jquery.com/export/5759/trunk/plugins/delegate/jquery.delegate.js --John On Wed, Jul 2, 2008 at 9:17 AM, jez_p <[EMAIL PROTECTED]> wrote: > > I should just explain that I'm very new to jQuery. That out of the > way, I have downlo