[jQuery] jquery form plugin. IE doesnt work

2009-08-22 Thread markstegg...@googlemail.com
Hello, Im using ajaxForm to submit my contact form at futurekode.com: $('#contactForm').ajaxForm(function(data) {} -- This works fine in all browsers except IE7/8. IE error says theres a problem with jquery 1.3.2 and highlights this line: return"submit"===T.type Could someone take a look at

[jQuery] Re: jquery form plugin. IE doesnt work

2009-08-23 Thread markstegg...@googlemail.com
Thanks for the good advice. I downloaded the development version of jquery 1.3.2. IE script debugger is highlighting line 1897 return "submit" === elem.type; Surely there is nothing wrong with this?

[jQuery] jquery validate plugin - greaterThan addmethod problem

2009-12-20 Thread markstegg...@googlemail.com
Hello, So, I am using two custom methods, GreaterThan and LesserThan: // custom code to for greater than jQuery.validator.addMethod('greaterThan', function(value, element, param) { return ( value > jQuery(param).val() ); }, 'Must be greater than start' ); // custom code for lesser than jQuery.va

[jQuery] Jquery validation plugin question

2009-03-26 Thread markstegg...@googlemail.com
Hello, Thanks for building this validation plugin, I like it. I have a question: The error class automatically gets added to the label with the same for="" name, but for a certain error I need to change the element that gains the "error" class. For instance, I added this line to the error place

[jQuery] Re: Jquery validation plugin question

2009-03-27 Thread markstegg...@googlemail.com
the highlight and unhighlight options for that. > > Jörn > > On Thu, Mar 26, 2009 at 3:21 PM, markstegg...@googlemail.com > > wrote: > > > Hello, > > > Thanks for building this validation plugin, I like it. I have a > > question: > > > The error cl