Hello twitter-bootstrap group I'm posting to get some feedback on a jQuery plugin I've been working on. I frequently work with grids in Bootstrap. My most common use case is where I have a fluid grid filled with products. I often want to append to or sort the grid without a page reload. This amounts to a fair bit of code so I decided to write a plugin that handles the task. I'm still in pre-release and testing, but I thought it would be nice to get some input. Maybe I'm going in a direction that I shouldn't even go.
One assumpting that I have, which I've never been able to get a complete answer on is whether or not I need to start a new row each time I hit 12 columns. For example: row span4 span4 span4 row span4 ... would be my markup structure if I had a total of 16 columns. I get the best behavior out of Bootstrap grids when I mark up this way. This assumption lead me to write this jQuery plugin which performs append, prepend, delete, insert and eventually sorting tasks on what I call a "homogenous grid," or a grid that has only one type of span and no nesting. I could make it work on grids with mixed groups of spans in the future though. Thanks to anyone who has feedback ... positive or negative. :) On Github <https://github.com/ryanburnette/livingGrid> On CodePen <http://codepen.io/ryanburnette/details/qApEC> -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
