I'm using the jquery validation plug-in. When there are invalid fields, it focuses on the first invalid field. However, my labels are on top of my fields and I want to scroll up just a bit so the user can see both the label and the field. I've looked at the scrollTo plug-in, but haven't figured out an easy way to integrate it. Maybe someone has done something like this before?
|
|
|||||||
|
|
|
Ok, so you used the focus to jump to your element which failed validation. you can remove that code since you are going to try implement scrolling towards that element. these steps need to be taken in order to scroll to the correct element.
it will roll to the position of your label. as in regular scrolling, if the element is too close to the bottom of the page, it will only scroll to the bottom of the page and not further. |
||||
|
