/ Published in: jQuery
Simple way to save dynamic added markup
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
localStorage["myKey"] = JSON.stringify($(".content").html());