2 مستودعات
A jQuery plugin for building intuitive, multi-column grid layouts where elements can be dragged and resized.
Distinct from Grid Layouts: Distinct from general Grid Layouts: specifically implemented as a jQuery plugin, not a standalone CSS or JavaScript framework.
Explore 2 awesome GitHub repositories matching part of an awesome list · jQuery Grid Layout Plugins. Refine with filters or upvote what's useful.
Gridster.js is a jQuery plugin that turns page elements into a draggable, resizable grid layout. It provides a framework for building interactive dashboards and interfaces where widgets snap to a multi-column grid and can be repositioned by dragging, with automatic layout reflow when items are added, removed, or resized. The plugin handles mouse and touch events through a drag-and-drop manager, calculates widget overlap with a collision detection engine, and positions items using CSS transforms for smoother animations. It maintains an internal registry of all grid items with their coordinates
A jQuery plugin for building intuitive, multi-column grid layouts where elements can be dragged and resized.
This project is a jQuery plugin designed for creating responsive grid interfaces that support interactive drag-and-drop reordering and manual resizing of elements. It provides a framework for managing structured layouts where content can be organized into a grid system that automatically adjusts to maintain visual alignment. The library enables users to customize dashboards by rearranging and scaling widgets through mouse-based interactions. It utilizes a coordinate-based system to detect collisions and ensure that elements snap into valid slots, while providing callback functions to monitor
Implements a jQuery plugin for creating responsive grid interfaces with interactive drag-and-drop reordering and manual resizing.