[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-21 Thread Mattl
OK, will do, many thanks. Matt On Sep 21, 2:57 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > You could use the minified file (jquery.validate.min.js) and gzip it, > that gives you a better performance then packed anyway. > > Jörn > > On Sun, Sep 21, 2008 at 3:49 PM, Mattl <[EMAIL PROTECTED]>

[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-21 Thread Mattl
Thanks Jorn, The problem is the jquery.validate.pack.js file, I've tried using the jquery.validate.js and that works fine, so there must be something in the .pack version that ie6 doesn't like. The debugger said it was expecting ; on line 2 which in the pack file is the entire code! I'll just go

[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-21 Thread Mattl
Subject Changed On Sep 21, 7:29 am, Mattl <[EMAIL PROTECTED]> wrote: > Thanks for the feedback, I have not finished the design yet, still > working on functionality, but will make the changes as you suggest. > > In the meantime, can anyone comment on the problem I posted about? > > Thanks > Matt

[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-20 Thread Mattl
Hi, Any chance someone could look at the following and give me some clues? http://www.edenvillamedical.co.uk/ The jqQuery Validate function works fine in Safari, Firefox, Opera but throws an error in ie6 (i've not been able to test yet in ie7). Validates the form under the 'Prescriptions' tab.