[jQuery] Re: [validate] rules section problem

2009-01-31 Thread TUNGA
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: rules: { secondSentDocumentsTo: { required: { depends: "#secondPermanentAddress:filled"

[jQuery] Re: [validate] rules section problem

2009-01-28 Thread Jörn Zaefferer
Can't spot any issues in that snippets. Could you post a testpage? Jörn On Wed, Jan 28, 2009 at 6:22 PM, TUNGA wrote: > > Hello, > > I use validation code someting below. It works if I load that page > directly. But loading it from another page using $("#myApplDiv").load > ('that_page.php') the