twitter bootstrap 3 - efficiency of duplicating content and hiding vs cloning via javascript. -


i using twitter bootstrap , have templated menu area shows in different areas depending on screen size.

which provide best browser efficiency? render menu area in 2 different areas , show/hide based on sizes or use javascript clone original menu area , place in page when breakpoints met?

it seem simpler create multiple multiple divs on original render , manipulate hide/show needed, looking other perspectives.


Comments

Popular posts from this blog

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -