how to replace form element with div and keep the inner html in jQuery or asp.net javascript lib ?

Posted by sam on Stack Overflow See other posts from Stack Overflow or by sam
Published on 2010-03-25T01:49:35Z Indexed on 2010/03/25 1:53 UTC
Read the original article Hit count: 428

Filed under:
|
|

I want to replace a form element with a div and keep the inner html of the form inside the inserted div element. i tried jquery it gives me unkown html element as selection result,

below is the target form and inner html:

thank you .

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript