Draggable Portlet

Draggable Panel Portlets

Thus is a widget layout jquery plugin. gridstack.js is used to design this layout. This is drag-and-drop multi-column grid. It allows you to build draggable responsive layouts.
1
2
Drag me!
4
5
6
7
8
9
10
11
$(function() { $('.grid-stack').gridstack({ width: 12, alwaysShowResizeHandle: /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent), resizable: { handles: 'e, se, s, sw, w' } }); });