Error message effects messing with form fields
budda - May 31, 2007 - 12:52
| Project: | Message Effects |
| Version: | 5.x-0.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Not sure if it was intended, but the form fields that are flagged as errors are also getting the effects applied to them - such as pulsating. It doesn't work that great and looks horrible on a form with a few fields.
I think the jquery code needs to be more specific when refering to the element to manipulate:
Use $js .= "\$('div.error') instead of $js .= "\$('.error')
