You might find this useful (just as a note for the future)
http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F

-------------
Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Mon, Jan 12, 2009 at 6:40 PM, grassoalvaro <grassoalv...@yahoo.com> wrote:
>
> Nevermind, it's working, problem was in other place.
>
> On 12 Sty, 14:19, grassoalvaro <grassoalv...@yahoo.com> wrote:
>> Hi,
>>
>> i have problem with validation for my form. For example:
>>
>> <form id="valid">
>> <input type="text" name="data[Order][login]" />
>> </form>
>>
>> $('#valid').validation({
>> rules: {
>> 'data[Order][login]': 'required',
>>
>> }
>> });
>>
>> The validation method above dosn't work. Where is the problem? With
>> not typical name of input?

Reply via email to