mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Add jQuery finger lib
Add autofocus in "to" field + small inputosaurus improvement
This commit is contained in:
parent
c9b5194baf
commit
5877ff77dd
19 changed files with 613 additions and 15 deletions
43
vendors/jquery-finger/finger.jquery.json
vendored
Normal file
43
vendors/jquery-finger/finger.jquery.json
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "finger",
|
||||
"title": "jQuery Finger",
|
||||
"version": "0.1.0-alpha",
|
||||
"description": "jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. It also provide a common set of events to handle basic gestures such as drag and pinch. Small (< 1kb gzipped), it is focused on performance, is well tested and ... also supports jQuery delegated events.",
|
||||
"homepage": "https://github.com/ngryman/jquery.finger",
|
||||
"bugs": "https://github.com/ngryman/jquery.finger/issues",
|
||||
"author": {
|
||||
"name": "Nicolas Gryman",
|
||||
"email": "ngryman@gmail.com",
|
||||
"url": "http://ngryman.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ngryman/jquery.finger.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ngryman/jquery.finger/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/ngryman/jquery.finger/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.7.0"
|
||||
},
|
||||
"keywords": [
|
||||
"tap",
|
||||
"doubletap",
|
||||
"swipe",
|
||||
"flick",
|
||||
"drag",
|
||||
"move",
|
||||
"gestures",
|
||||
"touch",
|
||||
"tappable",
|
||||
"event",
|
||||
"mobile",
|
||||
"tablet"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue