here is the code
<div id="test">
<input type="text" name="textfield" />
<div>
$('div#test').html()
render like this along with endtag for />
<input type="text" name="textfield" ></input>
how can i render it like below
<input type="text" name="textfield" />
thanks in advance..!!