How to re-arrange/swap the order of some fluid container/row in bootstrap.....
If we take an example of bootstrap\'s fluid example on following page:
http://
I'm working on a plugin for sorting and adding elements to Bootstrap grids. It's very rough and fragile at the moment, but if only used for basic functions I believe it would survive a production environment.
The plugin requires that grids be consistent, all a particular width of span, but it might help with this.
It's best to do all this type of work before the markup renders, but I use Bootstrap in some cases where I cannot sort beforehand due to limitations of some template languages that I am forced to use.
Github
Codepen