What is BEM? In short, Block-Element-Modifier (BEM) is a way to split project's markup, styles, scripts and images into small independent logical pieces. This helps to maintain, refactor and reuse these pieces in the long run. Read more at BEM's site. jQuery BEM plugin is an alternative implementation of just client-side BEM runtime. Documentation Contents Basic Principles Finding Blocks and Eleme