Re: [jQuery] jQuery validation error: 'settings' is null or not an object

2009-12-08 Thread Michael Geary
It's pretty hard to tell what could possibly be wrong from just that code snippet. If you can post a link to a test page that demonstrates the problem, it will be much easier for someone to help. -Mike On Tue, Dec 8, 2009 at 10:17 AM, NovoGeek wrote: > Hi all, > I'm using jQuery validation plug

[jQuery] jQuery validation error: 'settings' is null or not an object

2009-12-08 Thread NovoGeek
Hi all, I'm using jQuery validation plugin and everything works fine in Firefox. But in IE (7&8), when I try to validate my form, I get the error - ['settings' is null or not an object]. I'm using simple rules like this: $("#FormID").validate({ rules: { FirstNa

[jQuery] jQuery validation error message to specific span id

2009-08-12 Thread nouky
I am using jQuery validation plugin and I want that the error message to be displayed in a specific span with id="test". How do I do this?

[jQuery] jQuery Validation Error

2008-07-12 Thread Sam Washburn
Hello all, I'm using jQuery 1.2.6 and Validation 1.3, and I'm getting an error message in my firebug console when I click (for the first time) any field in my form. Error: validator is undefined /js/jq/jquery.validate.js Line 291 My jQuery code is as follows: $(document).ready(function(){ /