From a4bee31597f205c35386dc7527f3dac49a455821 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Mon, 28 Jan 2013 14:00:49 +0900 Subject: [PATCH] Update README.md Add the way how to scroll to somewhere. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ee939c9..3cea152 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ If you want to destory the scrollbar: $('#Demo').perfectScrollbar('destroy'); ``` +If you want to scroll to somewhere, just use scroll-top css and update. +```javascript +$("#Demo").scrollTop(0); +$("#Demo").perfectScrollbar('update'); +``` + Very helpful friends --------------------