• After submitting the form, in the case a required checkbox is not checked, your Plugin scrolls to the top of the form.
    Is it possible to disable this?

    The code that’s responsible for this can be found in livevalidation_standalone.js
    (Line 930)

    moveTo = window.lv_offset(moveTo);
    jqobjPrime(‘body,html’).animate({
    scrollTop: moveTo
    }, 500);

    This is a bug which exists since more than 2 years. It would be more than appreciated if you would solve it, since I am not the only one complaining about this. Thanks a lot!

  • The topic ‘Disable scrolling to top when checkbox missing’ is closed to new replies.