chadjohnson
Programmer
I am making an application which will have draggable boxes layered on top of a table.
This library would need the following:
- Positioning uses (or can use) em's
- Ability to snap to a grid
- Includes functions like startDrag, endDrag, onDrag for draggable elements
- Fast
YUI offers all of these features, except it's positioning is based on px and not em. I need it to be based on--or at least be able to use--ems as I need the boxes to still fit to the table if the user resizes the font.
It being object-oriented would be a plus but not absolutely necessary.
This library would need the following:
- Positioning uses (or can use) em's
- Ability to snap to a grid
- Includes functions like startDrag, endDrag, onDrag for draggable elements
- Fast
YUI offers all of these features, except it's positioning is based on px and not em. I need it to be based on--or at least be able to use--ems as I need the boxes to still fit to the table if the user resizes the font.
It being object-oriented would be a plus but not absolutely necessary.