hlStickyStack

Service to keep track of a multiple sticky element in a row.

Summary

	var stickyStackInstance = hlStickyStack(options:object);
	stickyStackInstance.add(id:int, values:object);
	stickyStackInstance.remove(id:int,string);
	stickyStackInstance.removeTop(id:int,string);
	stickyStackInstance.get(id:int,string);
	stickyStackInstance.top();
	stickyStackInstance.index(id:int,string);
	stickyStackInstance.range(start:int, end:int);
	stickyStackInstance.all();
	stickyStackInstance.length();
	stickyStackInstance.keys();
	stickyStackInstance.height(anchor:string);
	stickyStackInstance.heightCurrent(anchor:string);
	stickyStackInstance.heightAt(anchor:string, at:int);

Demos

API

	hlStickyStack(options:object)

Public methods

Once you have an instance a few methods are made available to you.