Created
January 17, 2016 21:17
-
-
Save williamboman/00d86e9e29cc998b9eb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function () { | |
var scrollContainer = $('.NavView'); | |
$('.ChildFolderDiv').on('click', function () { | |
scrollContainer.animate({scrollTop: 0}, 200); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment