I’m looking for some jQuery plugin which would help me to achieve following goals:
- Present user with some fixed size canvas which will be used for arranging “scene”
- Allow for putting basic shapes, custom objects onto the scene
- Support drag-and-drop for elements in scene
- Support “snip to grid”
Any ideas?
You should try jqueryui, it provides lot of ui elements with great functionality like drag, drop etc and comes with browser compatibility for free.
To get grid snap like features, use following settings:
});
There are also more nice settings, like snap to other elements, etc. See full documentation here