[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: form action=http://localhost/ci_doctrine/signup/submit; method=post id=myForm plabel for=usernameUsername: em/em/label input type=text name=username value= id=username / /p plabel for=passwordPassword:

[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 in the

[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.2008title=Input titledescription=Input descriptionkeywords=Input keysbody=pTest/ppnbsp;/ ppg/p post function: $.post(http://bla-bla/post.php;, str, function(data){ $(#answer).html(data);