I have a webpage with certain html elements with bootstrap classes.
<div class="col-xs-12 col-lg-4"></div>
I want to give a button when clicked, should toggle viewport/layout change of divs on webpage. On click of that button, I should be able to see realtime change of layout and bootstrap trigger "col-xs-12" for mobile view and "col-lg-4" for laptop view. I dont know which css or bootstrap or html property I am looking for.
Any help will be much appreciated.
from Toggle between webpage layout (phone/laptop) with javascript, jquery, bootstrap
No comments:
Post a Comment