[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-21 Thread Jean
Yes is that i was searching for =P thanks a lot! i will put into structure list On 8/21/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > Jean schrieb: > > Really lol > > Dude i´m with a little problem to append the error msg in the right place > > look my structure > > > > > > Pergunta 9: Qual

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-21 Thread Jörn Zaefferer
Jean schrieb: Really lol Dude i´m with a little problem to append the error msg in the right place look my structure Pergunta 9: Qual o faturamento anual da empresa? //Here is the supost place Até R$ 240.000 De R$ 240.001 a R$ 2.400.000 De R$ 2.400.001 a R$ 6

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-21 Thread Jean
Really lol Dude i´m with a little problem to append the error msg in the right place look my structure Pergunta 9: Qual o faturamento anual da empresa? //Here is the supost place Até R$ 240.000 De R$ 240.001 a R$ 2.400.000 De R$ 2.400.001 a R$ 60.000.000 Acima

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-21 Thread Jörn Zaefferer
Jean schrieb: I´m so sorry!!! At least you got me thinking about that method name. If it says "jQuery(element).metadata() is not a function the solution would be much more obvious. -- Jörn

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-21 Thread Jean
I´m so sorry!!! On 8/20/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > Jean schrieb: > > The error is in 795 line > > jQuery(element).data is not a function > > [Break on this error] : jQuery(element).data(); > > > Please check Dependencies section of the plugin pag

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-20 Thread Jörn Zaefferer
Jean schrieb: The error is in 795 line jQuery(element).data is not a function [Break on this error] : jQuery(element).data(); Please check Dependencies section of the plugin page. The - not so helpful - error indicates that the metadata plugin is missing. Gonna rename that method... http:

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-20 Thread Jean
Couse i´m not using a table layout =P but i´m using div.table ul.tr li.td .table { display: table; } .tr{ display: table-row; } .td { display: table-cell; } The error is in 795 line jQuery(element).data is not a function [Break on this error] : jQuery(element).data(); a bit of code

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-20 Thread Jörn Zaefferer
Jean schrieb: I had a problem with a validation plugin in a form with some ul li fomatation couze i´m using display: table and cia to emulate a table formation Can anyone help me? Could you explain what exactly your problem is? If you are using a table layout, why don't you use a table? Her