Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Created January 28, 2016 08:57
Show Gist options
  • Save pinzolo/6814f6a613a964d804ae to your computer and use it in GitHub Desktop.
Save pinzolo/6814f6a613a964d804ae to your computer and use it in GitHub Desktop.
overflow-y な コンテナに対してスクロールを一番下に持ってくる
// AngularJS なら angular.element('#target')
var target = jQuery('#target');
target.scrollTop(target.find('.child:last').position().top);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment