i'm trying to reset the scroll postion after close modal. I did this but it not working
$("#modal").on("hidden.bs.modal", function () {
$("#content").scrollTop(0);
});
i'm trying to reset the scroll postion after close modal. I did this but it not working
$("#modal").on("hidden.bs.modal", function () {
$("#content").scrollTop(0);
});