[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 wrote: > P.S. :http://nrzv.com/valid/?

[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 wrote: > P.S. :http://nrzv.com/valid/?s=2 > > loads $("#myApplDiv").load("2.p

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

2009-02-04 Thread TUNGA
x27;#FormName').serialize(), success: function(responseText) { alert(responseText); } }); } Mesut TUNGA On 15 Ocak, 21:59, koenoe wrote: > Hi there! > > When I

[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 wrote: > Hi Jörn, > > Thanks for your reply. Here is the sample: > > http://nrzv.com/valid/ > > step 1 works wel

[jQuery] Re: [validate] rules section problem

2009-01-31 Thread TUNGA
on to load pages 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 : Thanks Mesut TUNGA On 28 Ocak, 20:56, Jörn Zaefferer wrote: > Can't spot any issues in that snippets. Could y

[jQuery] [validate] rules section problem

2009-01-28 Thread TUNGA
codes here }, rules: { fieldName { required: { depends: "#anotherFieldName:checked" } } } }); }); Any suggestions? Thanks Mesut TUNGA

[jQuery] [validate]

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

[jQuery] [validate] filled on Mac bug

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