From cc0316edf3aae05036149350c3d9db5117950f23 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Thu, 8 Jan 2015 19:47:15 -0800 Subject: [PATCH] update touch sample --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1720c79..41b4237 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ gridstack.js ============ gridstack.js is a jQuery plugin for widget layout. This is drag-and-drop multi-column grid. It allows you to build -draggable responsive bootstrap v3 friendly layouts. It also works great with [knockout.js](http://knockoutjs.com) +draggable responsive bootstrap v3 friendly layouts. It also works great with [knockout.js](http://knockoutjs.com) and +touch devices. Inspired by [gridster.js](http://gridster.net). Built with love. @@ -258,6 +259,15 @@ Sorts array of nodes Please use [jQuery UI Touch Punch](https://github.com/furf/jquery-ui-touch-punch) to make jQuery UI Draggable/Resizable working on touch-based devices. +```html + + + + + + +``` + Also `always_show_resize_handle` option may be useful: ```javascript