Skip to content

usage: run on a container to arrange its children in random positions within the container

Notifications You must be signed in to change notification settings

alex-georgiou/JQuery.Arrange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JQuery.Arrange

demo:

Check out index.html to see it in action by clicking here.

usage:

run on a container to arrange its children in random positions within the container e.g. $('#container').arrange();

optional parameters:

  • avoid: selector of elements that are to be avoided, but that should not be arranged themselves
  • arrange: selector of elements that are to be arranged
  • bailout: how many tries to compute per element before giving up arrangement
  • slack: minimum pixel distance between elements

About

usage: run on a container to arrange its children in random positions within the container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published