[jQuery] Re: rules section problem

2009-02-06 Thread TUNGA
Hello, removing rules from validate() and adding the line below outside of validate function fixed the issue: var validator = $(#myForm).validate(); validator.settings.rules = { rules... }; Mesut TUNGA On 31 Ocak, 13:27, TUNGA mesut.tu...@gmail.com wrote: P.S. :http://nrzv.com/valid/?s=2

[jQuery] Re: rules section problem

2009-02-06 Thread TUNGA
Hello, removing rules from validate() and adding the line below outside of validate function fixed the issue: validator.settings.rules = { rules... }; Mesut TUNGA On 31 Ocak, 13:27, TUNGA mesut.tu...@gmail.com wrote: P.S. :http://nrzv.com/valid/?s=2 loads $(#myApplDiv).load(2.php); into

[jQuery] Re: rules section problem

2009-01-31 Thread TUNGA
P.S. : http://nrzv.com/valid/?s=2 loads $(#myApplDiv).load(2.php); into the index.php On 31 Ocak, 13:22, TUNGA mesut.tu...@gmail.com wrote: Hi Jörn, Thanks for your reply. Here is the sample: http://nrzv.com/valid/ step 1 works well. on Step 2 there is a rule section like: