I copied it straight from the demo with just a couple minor changes...
going to remove the code that I don't need once I work this out...
$(document).ready(function(){
$.validator.messages.required = "";
$("#lf").bind("invalid-form.validate", function(e, validator) {
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 wrote:
>
> I already have that in place.
>
> How do I get the autogenerated label to not do style="display:inline" ?
> In that demo there is no such element styling on the label created f
I already have that in place.
How do I get the autogenerated label to not do style="display:inline" ?
In that demo there is no such element styling on the label created for
errors.
On Dec 12, 2008, at 4:37 PM, Jörn Zaefferer wrote:
In that demo this line hides the default messages for the
In that demo this line hides the default messages for the required method:
$.validator.messages.required = "";
Jörn
On Fri, Dec 12, 2008 at 9:17 PM, Sean Allen wrote:
>
> playing around with it.
>
> don't want to get error messages displayed.
>
> i'm just putting in a general error message at t
4 matches
Mail list logo