html - how to append a dynamically created div more than one div in javascript -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 2 जवाब

    मेरे आवेदन में मैं बना रहा हूँ एक div गतिशील रूप से और मैं उस गतिशील रूप से निर्मित डिवेल को HTML में एक से अधिक div में जोड़ना चाहता हूं। लेकिन यह हमेशा केवल एक डिवेल में संलग्न होता है मैं दो divs में एक ही div चाहता हूँ मैंने कई तरीकों से सेवा की है, कृपया मेरी सहायता करें

    यहाँ उदाहरण है

      & lt; div id = "1" & gt; & lt; / div & gt; & Lt; div id = "2" & gt; & lt; / div & gt; & LT; स्क्रिप्ट & gt; Var div = document.createElement ('div'); div.innerHTML = "Hiiiiiiii"; document.getElementById ( "1") appendChild (div)। document.getElementById ( "2") appendChild (div)। & Lt; / स्क्रिप्ट & gt;   

    div हमेशा id = 2 div

    एक और इसका सरल तरीका

      


Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -