[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

[jQuery] Re: ajaxSubmit using validate and form plugin (succes option)

2009-02-04 Thread TUNGA
(), success: function(responseText) { alert(responseText); } }); } Mesut TUNGA On 15 Ocak, 21:59, koenoe koenrom...@gmail.com wrote: Hi there! When I do an ajaxSubmit using

[jQuery] Re: [validate] rules section problem

2009-01-31 Thread TUNGA
You can see the source via: http://nrzv.com/valid/index.php http://nrzv.com/valid/1.php http://nrzv.com/valid/2.php and the content of process.php is : ?=print $(\#myApplDiv\).load(\2.php\); ;? Thanks Mesut TUNGA On 28 Ocak, 20:56, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote

[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

[jQuery] [validate] rules section problem

2009-01-28 Thread TUNGA
: { fieldName { required: { depends: #anotherFieldName:checked } } } }); }); /script Any suggestions? Thanks Mesut TUNGA

[jQuery] [validate] filled on Mac bug

2009-01-21 Thread TUNGA
() { return $(#aTextArea).is(:filled) ? true: false; }, } } Thanks Mesut TUNGA

[jQuery] [validate]

2009-01-21 Thread TUNGA
() { return $(#aTextArea).is(:filled) ? true: false; }, } } Thanks Mesut TUNGA