[jQuery] Re: jQuery validation and error messages

2009-10-21 Thread talasan.nichol...@gmail.com
is your login name Does that make sense? On Oct 21, 9:27 pm, "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 wrote: > > > You can set id attribute of element, e.g. us

[jQuery] Re: jQuery validation and error messages

2009-10-21 Thread talasan.nichol...@gmail.com
e{ > > $("#username_desc").html('error msg'); > > } > > Or you can add a new used to show error message, toggle it between > default on your validation result. > > Becoder. > On Wed, Oct 21, 2009 at 11:06 AM, talasan.nichol...@gmail.com < > >

[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 description And put an icon [the error label] next to input on success or fail; but also change the 's text on success or fail. So a fail would change the message to whatever the message was, and on success it wo

[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.