I want to save part of my html code in json as a file, and then return the html codes for editing. Any idea how I can do this?
<div id='TextBoxesGroup'> <div id="TextBoxDiv1"> <label class="draggable ui-widget-content clickableLabel" id="label1" >New Text</label> <input id='textbox1' class="clickedit" type="text" class="draggable" class="ui-widget-content" placeholder="Text Here"/> <div class="clearfix"></div> </div> </div>
I am new to json, please simplify if possible. I looked at other questions, but they do not seem to be affected by my question.
source share