[jQuery] validation plugin question

2008-12-12 Thread Sean Allen
playing around with it. don't want to get error messages displayed. i'm just putting in a general error message at top and highlighting required fields. but the label for errors gets created with a display: inline set on the element which is thwarting me from not showing it. looking at the

[jQuery] Re: validation plugin question

2008-12-13 Thread Sean Allen
for the required method: $.validator.messages.required = ; Jörn On Fri, Dec 12, 2008 at 9:17 PM, Sean Allen s...@monkeysnatchbanana.com wrote: playing around with it. don't want to get error messages displayed. i'm just putting in a general error message at top and highlighting required fields

[jQuery] Re: validation plugin question

2008-12-13 Thread Sean Allen
Zaefferer wrote: No idea, I'd need to see some code, a testpage is prefered. Jörn On Sat, Dec 13, 2008 at 4:03 PM, Sean Allen s...@monkeysnatchbanana.com wrote: I already have that in place. How do I get the autogenerated label to not do style=display:inline ? In that demo

[jQuery] validation plugin: don't insert error element

2008-12-15 Thread Sean Allen
Is there a way to instruct the validation plugin to not insert any error element?

[jQuery] ie6 and the validation plugin

2008-12-19 Thread Sean Allen
i have this code: script type=text/javascript src=//ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.min.js/script script type=text/javascript src=/js/jquery/ jquery.validate.js/script script type=text/javascript !-- jQuery(document).ready(function(){

[jQuery] [validate] ie6 runtime errors

2008-12-21 Thread Sean Allen
posted previously without proper [validate] in title.. reposting... -- i have this code: script type=text/javascript src=//ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.min.js/script script type=text/javascript src=/js/jquery/ jquery.validate.js/script script

[jQuery] Re: [validate] ie6 runtime errors

2008-12-21 Thread Sean Allen
On Dec 21, 2008, at 11:26 AM, DumpsterDoggy wrote: First glance, it looks like your first script tag's src attribute is incorrect: script type=text/javascript src=//ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.min.js/script that makes no difference to the error one way or