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

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -