TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: gridster.js, a drag-and-drop grid plugin that actually works

106 pointsby dmarinocalmost 13 years ago

15 comments

simulatealmost 13 years ago
What are some example use cases? Judging from comments so far, several people need this and plan to use it but I'm having a difficult time thinking of use cases, other than puzzle games.
评论 #4313519 未加载
评论 #4313687 未加载
bjtalmost 13 years ago
Very impressive! It's not an easy thing to do (<a href="http://metafizzy.co/blog/mythical-drag-drop-multi-column-grid-plugin/" rel="nofollow">http://metafizzy.co/blog/mythical-drag-drop-multi-column-gri...</a>).<p>I've been trying to fake it on a recent project for Stanford's recent HCI online class (see <a href="http://btubbs.github.com/slapdash/" rel="nofollow">http://btubbs.github.com/slapdash/</a>), but Gridster looks much nicer. Will be switching.
eranationalmost 13 years ago
Nice! and indeed needed... How do you handle scroll areas? can one column be independently scrolling? that was my main pain point with JQueryUI draggable...<p>Note that your "Fork me on github" banner points to <a href="http://github.com/you" rel="nofollow">http://github.com/you</a>, which shows me MY profile page :)
评论 #4312891 未加载
Argorakalmost 13 years ago
This has very interesting drawing bugs in Safari 6 (Mountain Lion):<p><a href="http://dearmacos.tumblr.com/post/28341302336/computer-graphics-101-drawing-rectangles-props" rel="nofollow">http://dearmacos.tumblr.com/post/28341302336/computer-graphi...</a>
评论 #4313087 未加载
wmblaettleralmost 13 years ago
Very nice! Any tips/issues on making it responsive to the window size? Having just viewed at the demo and not really digging into the code, I am not sure if this is rather obvious or not. Thanks!
评论 #4313758 未加载
Hikarialmost 13 years ago
This is the best dnd layout manager I have seen so far and trust me I have played with a lot of them. There is of course some improvement that can be made but that is what github is for. I really hope this project will get enough traction to warrant updates and new features. great job
jsmcallisteralmost 13 years ago
Very nice. Hopefully there's a simple way to take the serialized position array and parse out an order. Would be nice to use this plug-in to allow users to easily rank and group objects.
评论 #4312999 未加载
wmblaettleralmost 13 years ago
Does this implement any auto-layout / best fit methods given a random set of tiles?
评论 #4313673 未加载
halisalmost 13 years ago
Very nice, does the license allow this to be used in a commercial project?
评论 #4313652 未加载
评论 #4313684 未加载
ipedrazasalmost 13 years ago
Well done guys!<p>You're going to make my children very happy indeed!
manuscreationisalmost 13 years ago
Any examples of this integrating with Twitter Bootstraps layout?
评论 #4312872 未加载
Ethervoidalmost 13 years ago
Cool! As soon as i come home i'm going to try it
hamorimalmost 13 years ago
Nice! Really cool!
ivanloirealmost 13 years ago
really cool stuff.. :)
wseymouralmost 13 years ago
Wow, I've been looking for something like this for a while now, and this is _really_ impressive. Good work!