Remove the unwanted characters in string using jquery

Jun 20 2015 1:12 AM
var string ="<div class="ExternalClassF5C37A3BE1FB40A782DF583ABBB86FBC"><p>​Join your fellow employees for a presentation by recognized transgender advocate and a Q&amp;A session featuring . </p><p>The current narrative in regard to workplace issues of transgender and gender non-conforming individuals has focused on the preparations leading up to the time of transition itself. </p><p>In this session, we'll evolve the conversation beyond this and cover an area that up to now has not been discussed—the post-transition story and beyond.​</p><p>To join the meeting via phone:</p><p><strong>Dial in:</strong> 800-602-4002</p><p><strong>Access code: </strong>5064017</p><p>As a major international voice in the workplace inclusion movement for transgender and gender non-conforming individuals casts a bright light on the issues that all professionals need to know to successfully transform their workplaces into a welcoming environment all employees.</p></div>";

i want to remove the unwanted characters in my input string using Jquery .
i want the string without formatting issue.i dont want to remove the formats but iwant to remove   ,: <Div>...is there any simple jquery option availble ?

Answers (1)