Hyunje Alex Jun
1cdbc9509f
Fix missed ';'
...
In JavaScript, it's the convension that ';' is placed
at the end of statement
2013-02-15 23:58:57 +09:00
David
627b6a6b81
Take into account padding and margins on content
...
Changed the height and widths calculations of the content div to
include any padding and/or margins.
outerHeight(true) is changed to outerHeight(false).
outerWidth is changed as same.
Fixed by noraesae.
2013-02-15 23:44:20 +09:00
Hyunje Alex Jun
0099bb556c
Supports the mobile touch scrolling.
...
Using touch events, support mobile scrolling with touch.
2013-02-12 22:37:45 +09:00
Hyunje Alex Jun
a6bb9d02a3
Include jquery-mousewheel in src.
2013-02-08 10:35:34 +09:00
David
dacb601f9f
Update src/perfect_scrollbar.js
...
Ensure the panel is at the top after an update where the scroll bars
are removed. Other wise it is possible to get stuck midway down a panel
with no way of scrolling.
2013-02-07 14:29:44 +10:00
Hyunje Alex Jun
1bd0c102db
IE support.
2012-11-10 17:30:09 +09:00
Hyunje Alex Jun
db020f1d29
bug fix.
...
if handler functions are null, don't do anything.
2012-11-10 13:41:31 +09:00
Hyunje Alex Jun
a96c918dc8
Add update and destroy function, enhance css.
...
this is the release version!
2012-11-10 03:13:47 +09:00
Hyunje Alex Jun
474351752d
Add x-axis scroll function.
2012-11-09 01:32:10 +09:00
Hyunje Alex Jun
efe6727e5d
Add y-axis scroll function.
2012-11-08 22:22:26 +09:00
Hyunje Alex Jun
ca22fedf65
Add wheel scroll function.
2012-11-06 22:35:27 +09:00
Hyunje Alex Jun
b409aa3ff3
Base source structure.
2012-11-06 22:01:41 +09:00