[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 (78), 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: {

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 kris.techg...@gmail.com wrote: Hi all, I'm using