Check out index.html
to see it in action by clicking here.
run on a container to arrange its children in random positions within the container
e.g. $('#container').arrange();
avoid
: selector of elements that are to be avoided, but that should not be arranged themselvesarrange
: selector of elements that are to be arrangedbailout
: how many tries to compute per element before giving up arrangementslack
: minimum pixel distance between elements