oh ok :) but when you think its gonna happen?
by the way, i didnt realise how can i put the list of parameters inside my
code,
like instad of now :
$(document).ready(function() {
// bind form using 'ajaxForm'
$("#amir").validate({
submitHandler: function(form) {
$(form).ajaxSubmit(options);
}
i want to put :
$(document).ready(function() {
// bind form using 'ajaxForm'
$("#amir").validate({
submitHandler: function(form) {
$(form).ajaxSubmit(options);
rules: {
firstname: { required: true },
age: { number: true },
password: { min: 5, max: 32 }
},
messages {
password: "Please enter a password between 5 and 32 characters long."
}
}
i tried hours to figure out what i did worng... i didnt find out how to do
it
is that possible?
ill be glad if you tell me how to do it
thanks
btw: your pluigin rocks!
Jörn Zaefferer wrote:
>
> amircx schrieb:
>> hey, i got the following code (i fixed the ie6 bugs and stuff)
>>
>>
>> now i need to figure out how can i assign the div the shows errors in
>> each
>> input? i saw the demos but the problem is that i want to control on each
>> div
>> position with my css.. .is that possible ? or anyone can shows me how to
>> do
>> it in diffrent way that i will able to control the positions on each
>> error
>> div?
>>
> That is the last feature that I'm going to implement in 1.0. I'll
> release the first beta once that is in, please be patient until then :-)
>
> Regards
>
> --
> Jörn Zaefferer
>
> http://bassistance.de
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
--
View this message in context:
http://www.nabble.com/How-Do-i-Assign-error-div-to-JQuery-Validator-Plugin-Alpha-2---tf3342587.html#a9307207
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/