Forum Discussion
Ania_Ciuba
12 years agoGenius
I submitted a ticket as well. Let's see what it was :)
dhiraj_gophane
12 years agoLeader
Hi Ania,
You can also try to do this using jQuery.
following function can clone/duplicate any item on the page, you just need to pecify the class and id of that element.
jQuery( "class/id" ).clone().appendTo( "class/id" );
example: following line duplicates Topic option drop down
jQuery("#dropDownLink_0.lia-js-menu-opener.default-menu-option.lia-js-click-menu.lia-link-navigation").clone().appendTo(".lia-menu-bar.lia-menu-bar-bottom.bottom-block.lia-component-message-list");
Make sure you use "." before class and "#" before id