AppendAround icon indicating copy to clipboard operation
AppendAround copied to clipboard

A pattern for responsive markup

Results 5 AppendAround issues
Sort by recently updated
recently updated
newest added

Consolidated to use a single timer no matter how many moved elements. Also added a configurable buffer before the actual resize code is called to minimize performance tax.

- Removed unnecessary call of appendToVisibleContainer() and replace with window resize event trigger - Added minified version (80% compression)

I opened ticket #5, which converts this into being a pure jQuery plugin, before seeing the commit in which you cleared things up to be less reliant on jQuery. This...