forked from 0x2620/oxjs
improvements for resizing and scrolling lists
This commit is contained in:
parent
618cbada78
commit
0aee82a57c
5 changed files with 224 additions and 162 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue