updated scroll
This commit is contained in:
@@ -85,7 +85,9 @@ $(function () {
|
|||||||
/*Handle the button clicks*/
|
/*Handle the button clicks*/
|
||||||
$("tbody").on('click', '.distButton', function () {
|
$("tbody").on('click', '.distButton', function () {
|
||||||
var row = $(this).closest('tr');
|
var row = $(this).closest('tr');
|
||||||
$('.modal-content').stop().animate({ scrollTop: 0 }, 0);
|
$('.modal-content').stop().animate({
|
||||||
|
scrollTop: 0
|
||||||
|
}, 500);
|
||||||
$(this).blur();
|
$(this).blur();
|
||||||
getCourseInfo(row);
|
getCourseInfo(row);
|
||||||
getDistribution();
|
getDistribution();
|
||||||
|
|||||||
Reference in New Issue
Block a user