I have following html that is contained in my webpage.
<div id="flashmessage" class="ok">
<a class="ico-close">x</a>
MY TEXT HERE
</div>
How to extract 'MY TEXT HERE' from this html using jquery?
Note: I intend to convert this flashmessage to fancybox popup.