I want to create a left-sticky bar menu with bootstrap 3 like:
http://getbootstrap.com/getting-started/
I\'d read the given documentation http://getbootstrap
I used this way in my code
$(function(){ $('.block').affix(); })