1
Hello I’m having trouble copying the side menu of the home page to the category page, I usually use the command below to copy div to the same page, but for different pages I’m not getting
<script type="text/javascript">
$(function(){
$('.pagina-inicial .menu.lateral.fechado.borda-principal').clone().appendTo($('.pagina-categoria .coluna.span3.esquerda'));
});
do not know if I need to allocate the information elsewhere and then play on the page I want or make a direct copy
ah yes, I understood, it turns out that the site that I’m developing pertaining to a platform that already has a model, I’m just improving the layout, to get more attractive, and they have 2 side menu templates, which vary in the pages of the site, being one of these templates that I wanted to take, and leave only the template of the initial page for the other pages, well I thank the attention, I will analyze and see if I develop another menu and apply
– Wagner Santos