javascript - Is it possible to clone one div to another page? -


i have page called riskscore.cshtml , in there have 1 dynamically created div-tag span-tags. want have same div-tag same span-tags in on next page called overview.cshtml. trying use jquery this:

 function copydiv() {     $('.headdiv').clone().appendto('.topinfo'); } 

but won't work. there way it? or use wrong syntax?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -