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
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?
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
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
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
5 matches
Mail list logo