jquery validator show correct inputs

jquery validator show correct inputs

I'm using the jquery validation plugin and I'm wondering if there's a way to display text if the input is acceptable.

for example: if there's a username text box and there's an error, it says "there's an error here" but if there's no error and there's something in there it says "great!" or something a long those lines.

anybody know if this is possible with this plugin?