[jQuery] [jQuery][Validation] jQuery.format problem (works in IE and Chrome, don't work in Fx)

2009-09-11 Thread Korro

Hello.
I have template like this:
1.
2.Stary link:{0}
3.Nowy link:{1}
4.Nowy link:
5.Nowy link:{2}
6.Nowy link:
7.

after execution some patterns are replaced by arguments and some not.

Arguments:
{0} = http://wp.pl
{1} = http://2h.localhost
{2} = http://localhost/2h

it looks like this:

1.
2.Stary link:http://wp.pl
3.Nowy link:http://2h.localhost
4.Nowy link:
5.Nowy link:http://localhost/2h
6.Nowy link:
7.

I have to add, that this bug appears only in Fx, IE and Chrome works
fine.

Do You know why this is happening.
Thanks in advance.


[jQuery] Re: [JQuery][Validate][Metadata] Custom error message.

2009-03-24 Thread Korro

Thanks, but after pasting Yours code, I get "missing ) in
parenthetical " error.

Do You have any idea how to solve it?

Thanks.


[jQuery] [JQuery][Validate][Metadata] Custom error message.

2009-03-23 Thread Korro

Hello.
I have code like this:



I'm using Validate with Metadata.

How can I add custom validating error message for this field?

Thanks in advance.