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)
|
* [Scroll](#scroll)
|
||||||
* [Menu](#menu)
|
* [Menu](#menu)
|
||||||
* [Table/Grid](#tablegrid)
|
* [Table/Grid](#tablegrid)
|
||||||
|
* Mobile
|
||||||
|
* [Gesture](#gesture)
|
||||||
* [Maps](#maps)
|
* [Maps](#maps)
|
||||||
* [Animations](#animations)
|
* [Animations](#animations)
|
||||||
* [Other Awesome Lists](#other-awesome-lists)
|
* [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.
|
* [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
|
## Maps
|
||||||
|
|
||||||
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.
|
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.
|
||||||
|
|||||||
Reference in New Issue
Block a user