how to remove html tag from string using jquery.
Example: <table> data </table>
data should be return after removing html. This can be done by
$(inputstring).html();
Also if user enter invalid html like <table> data
(here no closing tag is given then also should retrun data)