[jQuery] Re: Validation Plugin Not Working in FF3 but okay in IE, Chrome and Opera 9.5?

2008-09-10 Thread Jörn Zaefferer
Your script tag seems to get ignored in Firefox: You've got
type=text/jscript there, which should be text/javascript. That may
be it.

Jörn

On Tue, Sep 9, 2008 at 7:24 PM, Bill [EMAIL PROTECTED] wrote:

 I am using the great Validation plugin by Jörn Zaefferer (http://
 bassistance.de/jquery-plugins/jquery-plugin-validation/). In my
 project it is working fine except when the page is viewed with FF3. It
 works fine with IE7, Chrome and Opera 9.5.

 You can view my post on this project at
 http://beckelman.net/post/2008/09/08/Client-Side-Validating-Bulk-Insert-With-jQuery-Validation-Plugin.aspx
 and a demo at 
 http://beckelman.net/Demos/jQueryValidateDDLAndTBCombo/Default.aspx.

 Has anyone run across this problem?

 I am using:
 jQuery 1.2.6
 jQuery validation plug-in 1.4

 Thank you.



[jQuery] Re: Validation Plugin Not Working in FF3 but okay in IE, Chrome and Opera 9.5?

2008-09-10 Thread Bill

Jörn,

Great catch that fixed it :) Thanks so much for taking a look.

Bill

On Sep 10, 8:09 am, Jörn Zaefferer [EMAIL PROTECTED]
wrote:
 Your script tag seems to get ignored in Firefox: You've got
 type=text/jscript there, which should be text/javascript. That may
 be it.

 Jörn

 On Tue, Sep 9, 2008 at 7:24 PM, Bill [EMAIL PROTECTED] wrote:

  I am using the great Validation plugin by Jörn Zaefferer (http://
  bassistance.de/jquery-plugins/jquery-plugin-validation/). In my
  project it is working fine except when the page is viewed with FF3. It
  works fine with IE7, Chrome and Opera 9.5.

  You can view my post on this project at
 http://beckelman.net/post/2008/09/08/Client-Side-Validating-Bulk-Inse...
  and a demo 
  athttp://beckelman.net/Demos/jQueryValidateDDLAndTBCombo/Default.aspx.

  Has anyone run across this problem?

  I am using:
  jQuery 1.2.6
  jQuery validation plug-in 1.4

  Thank you.