I am having a string like:
"<![CDATA [Lorem ipsum dolor sit amet, <a href="http://www.google.com">consectetur</a> siptum. adipiscing elit. Phasellus pulvinar hendrerit malesuada. Mauris eget ante nulla. Suspendisse tempus lorem id.]]>"
using jquery I need to extract the entire content which is inside the <![CDATA []]>
.
consider the entire data to be stored in a string variable.
Please help me with this.