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
Post a Comment