How to remove mynavbar and append to main_table as the first element
<div id="mynavbar" > <div>Some content</div> </div>
<div id="main_table"> </div>
<script>
if(condtion == 0)
{
// How to remove mynavbar and insert into main_table div as the first element
}
</script>
1 Answer