Tagged Questions

3
votes
1answer
344 views

how to make a DIV snapping to a grid, via CSS?

I'm trying to figure out how to have a DIV column snapping to some fixed-size grid, via CSS. Here's the test page I'm working on: http://mapofemergence.com/test/MoEv2/ What I'm trying to get, is the ...
3
votes
3answers
675 views

Algorithm for dragging objects on a fixed grid

I am working on a program for the mapping and playing of the popular tabletop game D&D :D Right now I am working on getting the basic functionality like dragging UI elements around, snapping to ...
1
vote
1answer
459 views

JQuery or canvas layout tool (snap to grid)

I'm trying to implement some kind of drag and drop snap to grid similar to something like this http://wordsquared.com/. Was contemplating trying to use JQuery UI and somehow save the position of the ...
0
votes
1answer
230 views

Snapping to grid in JavaScript

I'm looking for a javascript function that calculates a snap to grid value using a uniformly spaced grid. Now I have the following code, which works fine as a basic solution, but now I need it to ...
0
votes
1answer
208 views

Snap draggable cloned element to <div> section

Can anyone check this sample code and can help me in fixing the clone for the dragged element and it should snap to the nearest white block when interchanging the positions as without cloning it is ...
0
votes
3answers
1k views

What is wrong with my snap to grid code?

First of all, I'm fairly sure snapping to grid is fairly easy, however I've run into some odd trouble in this situation and my maths are too weak to work out specifically what is wrong. Here's the ...