[jQuery] Re: jQuery validation and error messages

2009-10-21 Thread talasan.nichol...@gmail.com
msg'); } Or you can add a new p used to show error message, toggle it between default p on your validation result. Becoder. On Wed, Oct 21, 2009 at 11:06 AM, talasan.nichol...@gmail.com talasan.nichol...@gmail.com wrote: I don't really know where to start on this, but I need to take

[jQuery] Re: jQuery validation and error messages

2009-10-21 Thread talasan.nichol...@gmail.com
that make sense? On Oct 21, 9:27 pm, talasan.nichol...@gmail.com talasan.nichol...@gmail.com wrote: Is this on submit or live? I don't see how I'd use that. On Oct 20, 10:41 pm, Bi Jing beco...@gmail.com wrote: You can set id attribute of p element, e.g. username_desc And then using following

[jQuery] jQuery validation and error messages

2009-10-20 Thread talasan.nichol...@gmail.com
I don't really know where to start on this, but I need to take a form like: input name=username type=text id=username / pinput description/p And put an icon [the error label] next to input on success or fail; but also change the p's text on success or fail. So a fail would change the message

[jQuery] PHP and hide()

2009-03-29 Thread talasan.nichol...@gmail.com
How would I go about creating something that would have multiple divs, and if you clicked one of them it'd show something. But they're not specifically named, it's created by PHP. The ID would be like rawr123123414 based on the count() in the database.