mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
add mobile gestures
This commit is contained in:
@@ -44,6 +44,8 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
||||
* [Scroll](#scroll)
|
||||
* [Menu](#menu)
|
||||
* [Table/Grid](#tablegrid)
|
||||
* Mobile
|
||||
* [Gesture](#gesture)
|
||||
* [Maps](#maps)
|
||||
* [Animations](#animations)
|
||||
* [Other Awesome Lists](#other-awesome-lists)
|
||||
@@ -500,6 +502,11 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
|
||||
|
||||
* [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables.
|
||||
|
||||
## Gesture
|
||||
|
||||
* [hammer.js](https://github.com/hammerjs/hammer.js) - A javascript library for multi-touch gestures.
|
||||
* [touchemulator](https://github.com/hammerjs/touchemulator) - Emulate touch input on your desktop.
|
||||
|
||||
## Maps
|
||||
|
||||
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.
|
||||
|
||||
Reference in New Issue
Block a user