I have a JQuery Dialog box where a long form is in (with scrollbars). When I hit the save button, some messages are displayed at the top of the form. But the dialog is already scrolled down and the user is not able to notice the messages at the top.
How can I scroll up after hitting the save button?
I've seen question jQuery Dialog scroll to element in dialog and How to scroll to specific item using jQuery? but couldn't make it work
Thanks