1
0
Fork 0
forked from 0x2620/oxjs

improvements for resizing and scrolling lists

This commit is contained in:
rolux 2010-09-07 17:58:15 +02:00
commit 0aee82a57c
5 changed files with 224 additions and 162 deletions

View file

@ -61,6 +61,9 @@ $(function() {
width: '32px',
height: '32px'
}))
.mousedown(function(e) {
e.preventDefault();
})
.appendTo($div),
deg = 0,
interval = setInterval(function() {
@ -125,6 +128,9 @@ $(function() {
border: 0,
cursor: 'pointer'
}))
.mousedown(function(e) {
e.preventDefault();
})
.mouseenter(function() {
$(this).animate({
width: '72px',