-
Notifications
You must be signed in to change notification settings - Fork 3
Pinterest boxes jquery plugin
KaySchneider/pinbox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
jquery plugin pinbox author: Kay Schneider version: 1.0 // 2012.11.19 usage: inlcude one of the files in the js folder and the pinbox.css file into your file. Example: <link href="source/css/pinbox.css" rel="stylesheet"> <script src="/source/js/jquery.js"></script> <script src="/source/js/jquery.pinbox.min.js"></script> <script> // the simplest way $('#wrapperContainer').pinbox(); </script> A html markup for the above example: <div style="position:relative" id="categoryProductContainer"> <div class="span2 pcon prodcont actioninside new" > 1 </div> <div class="span2 pcon prodcont actioninside new" > 2 </div> <div class="span2 pcon higher prodcont actioninside new" > 3 </div> <div class="span2 pcon prodcont actioninside new" > 4 </div> <div class="span2 pcon prodcont actioninside new" > 5 </div> <div class="span2 pcon prodcont actioninside new" > 6 </div> <div class="span2 pcon prodcont actioninside new" > 7 </div> <div class="span2 pcon higher prodcont actioninside new" > 8 </div> </div>
About
Pinterest boxes jquery plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published