A jquery plugin for center inline block element, and last row align left.
npm install jquery-center-inline-block
1
2
3
...
`
Installation
`
npm install jquery-center-inline-block
`
Options
* wrapper - template for wrap container's contents
* targetChildClass - you can specified target child by class for count, It's useful when container have some element before childs
* targetChildSelector - you can specified target child by selector for count, It's useful when container have some element before childs
* minChildWidth - you can specified a min width if child is empty
Methods
destroy
`
$('#container').centerInlineBlock('destroy')
`
resize - trigger resize manual
`
$('#container').centerInlineBlock('resize')
``