elStack (Elements Stack) jQuery plugin
This plugin helps you to show the group of elements. One of my project
required to show grouping of bootstrap panel. I tried to find on many forum but unfortunately no luck.
So, i developed this plugin. Hope this will help you a lot.
Download from GitHub
Send suggestion!
Grouped (10)
This example showing you to 10 elements are grouped in one.
- You can use elStack plugin with any HTML element(s).
- Data attribute help you to setup as you need.
- You can also customize stack.
It is really easy to use, it is not necessary to learn javascript. Just use it with data attribute as illustrated
below:
<img src="source" class="img-thumbnail" alt="elStack image" data-elstack="2" data-elstack-offset-top="6" data-elstack-offset-left="15">
- data-elstack - No of elements
default: 3
- data-elstack-offset-top - Distance from top in pixel
default: 3
- data-elstack-offset-left - Distance from left in pixel
default: 3
- data-elstack-class - Stack css class
default: elStack-container
- data-elstack-style - skeleton or default
default: skeleton