[jQuery] Re: jquery + validation + ajaxForm + tabs - almost working... (interesting problem!)

2007-06-15 Thread slakoz
Thanks Klaus for your reply. I try to put validate function into beforeSubmit section before i post in this group. I cannot force this validate function to return false when the field isn't filled up to cancel form submition. Interesting thing is, that this particular validate function should

[jQuery] Re: jquery + validation + ajaxForm + tabs - almost working... (interesting problem!)

2007-06-15 Thread slakoz
Hi Jörn, I've found some codes on your site earlier, and yes this one: I'd recommend a different approach: $(#dane_zam).validate({ rules: {...}, messages: {...}, submitHandler: function(form) { $(form).ajaxSubmit({ target: #result_danem_zam, success: function() {

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-14 Thread slakoz
Thanks! This one works too. regards, sławek

[jQuery] jquery + validation + ajaxForm + tabs - almost working... (interesting problem!)

2007-06-14 Thread slakoz
Dear All, First of all the links to sample pages. First working sample: http://www.torli.pl/valid/index-val.php and (if someone want use this mix): http://www.torli.pl/valid/valid.zip Description (how i want it to work): 1. there are two tabs: tab #1 is enabled, tab #2 id disabled. 2. there

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-12 Thread slakoz
here is a link to my fadein problem: http://www.torli.pl/fadein/index.html best regards sk

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-12 Thread slakoz
sample code of this problem is here: http://www.torli.pl/fadein/index.html

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-12 Thread slakoz
link to sample page with the problem: www.torli.pl/fadein/index.html

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-12 Thread slakoz
the problem is visualized at http://www.torli.pl/fadein/index.html

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-12 Thread slakoz
sample page: http://www.torli.pl/fadein/index.html

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-12 Thread slakoz
Thanks Mike! Working really nice now. jquery rocks :) best reards, sławek

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-11 Thread slakoz
the problem exists in ie7, ie6, firefox2, opera. any suggestions? please help. regards sk

[jQuery] jquery form plugin - double action (fadein) problem

2007-06-10 Thread slakoz
hello, i have (very simple) problem. what i want to do: when form is submited, i must deliver the data from server to two separate divs (in the same page, one html file) so i use the code: $('form#obiekty').ajaxForm({ target: '#oblist , #oblist2', success: function() {