Make a div a child of another div using Javascript -


मैंने एक div adiv बनाया है मैं इस div को Bdiv जावास्क्रिप्ट का उपयोग?

मान लें adiv जावास्क्रिप्ट में बनाया गया है और bdiv पृष्ठ पर घोषणात्मक रूप से बनाया गया है:

  document.getElementById ("bdiv")। AppendChild (adiv);    

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -