[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 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 at the bottom of
  the demo page:

 http://jquery.bassistance.de/validate/demo/,  which is also in the
  demo folder in the download.

  Cheers,

  Jez

  On Jul 2, 8:03 pm, Jörn Zaefferer [EMAIL PROTECTED]
  wrote:
  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://plugins.jquery.com/project/validate)

  Jörn

  On Wed, Jul 2, 2008 at 5:22 PM, jez_p [EMAIL PROTECTED] wrote:

   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, or do i have to do anything else with it?

   Thanks,

   Jez

   On Jul 2, 3:57 pm, John Resig [EMAIL PROTECTED] wrote:
   Popping jquery.delegate.js into Google provides 
   this:http://dev.jquery.com/export/5759/trunk/plugins/delegate/jquery.deleg...

   --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 downloaded the validation plug-in which states that
jquery.delegate.js is required. It is not included within the package,
so where can I obtain it from, and once I have it how should I include
it within my project?

Thanks,

Jez




[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 downloaded the validation plug-in which states that
 jquery.delegate.js is required. It is not included within the package,
 so where can I obtain it from, and once I have it how should I include
 it within my project?

 Thanks,

 Jez



[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, or do i have to do anything else with it?

Thanks,

Jez

On Jul 2, 3:57 pm, John Resig [EMAIL PROTECTED] wrote:
 Popping jquery.delegate.js into Google provides 
 this:http://dev.jquery.com/export/5759/trunk/plugins/delegate/jquery.deleg...

 --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 downloaded the validation plug-in which states that
  jquery.delegate.js is required. It is not included within the package,
  so where can I obtain it from, and once I have it how should I include
  it within my project?

  Thanks,

  Jez


[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://plugins.jquery.com/project/validate)

Jörn

On Wed, Jul 2, 2008 at 5:22 PM, jez_p [EMAIL PROTECTED] wrote:

 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, or do i have to do anything else with it?

 Thanks,

 Jez

 On Jul 2, 3:57 pm, John Resig [EMAIL PROTECTED] wrote:
 Popping jquery.delegate.js into Google provides 
 this:http://dev.jquery.com/export/5759/trunk/plugins/delegate/jquery.deleg...

 --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 downloaded the validation plug-in which states that
  jquery.delegate.js is required. It is not included within the package,
  so where can I obtain it from, and once I have it how should I include
  it within my project?

  Thanks,

  Jez



[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.

Cheers,

Jez



On Jul 2, 8:03 pm, Jörn Zaefferer [EMAIL PROTECTED]
wrote:
 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://plugins.jquery.com/project/validate)

 Jörn

 On Wed, Jul 2, 2008 at 5:22 PM, jez_p [EMAIL PROTECTED] wrote:

  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, or do i have to do anything else with it?

  Thanks,

  Jez

  On Jul 2, 3:57 pm, John Resig [EMAIL PROTECTED] wrote:
  Popping jquery.delegate.js into Google provides 
  this:http://dev.jquery.com/export/5759/trunk/plugins/delegate/jquery.deleg...

  --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 downloaded the validation plug-in which states that
   jquery.delegate.js is required. It is not included within the package,
   so where can I obtain it from, and once I have it how should I include
   it within my project?

   Thanks,

   Jez


[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 at the bottom of
 the demo page:

 http://jquery.bassistance.de/validate/demo/ ,  which is also in the
 demo folder in the download.

 Cheers,

 Jez



 On Jul 2, 8:03 pm, Jörn Zaefferer [EMAIL PROTECTED]
 wrote:
 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://plugins.jquery.com/project/validate)

 Jörn

 On Wed, Jul 2, 2008 at 5:22 PM, jez_p [EMAIL PROTECTED] wrote:

  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, or do i have to do anything else with it?

  Thanks,

  Jez

  On Jul 2, 3:57 pm, John Resig [EMAIL PROTECTED] wrote:
  Popping jquery.delegate.js into Google provides 
  this:http://dev.jquery.com/export/5759/trunk/plugins/delegate/jquery.deleg...

  --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 downloaded the validation plug-in which states that
   jquery.delegate.js is required. It is not included within the package,
   so where can I obtain it from, and once I have it how should I include
   it within my project?

   Thanks,

   Jez