[jQuery] Jquery form and validation plugins

2010-01-12 Thread none
Hi everyone. Immediately apologize: to be a lot of code… I have a form to add users: http://localhost/ci_doctrine/signup/submit"; method="post" id="myForm"> Username: Password: Confirm Password: E-mail: Nothing special… Respectively included: And my

[jQuery] fadeOut in Opera& IE

2009-08-08 Thread none
Hi (-: I can't understand how fadeout works in Opera and IE )))-: Two pieces of code: $("p").live("click", function(){ $(this).fadeOut("slow"); }); $("tr").live("click", function(){ $(this).fadeOut("slow"); }); The first works well in all browsers, but the second

[jQuery] Re: Good book or site to learn jquery?

2008-12-15 Thread none
jQuery in Action Learning JQuery jQuery Reference Guide

[jQuery] Re: .post trouble

2008-11-19 Thread none
It was solved by adding encodeURIComponent :-)

[jQuery] .post trouble

2008-11-19 Thread none
Hi. I have a problem with .post(). I try to send this str: date=19.11.2008&title=Input title&description=Input description&keywords=Input keys&body=Test g post function: $.post("http://bla-bla/post.php";, str, function(data){ $("#answer").html(data); }