I have a bookmarklet javascript application, which is used to extract the html tags from the webpage source html file. However, I do not know that why the javascript application will stop extracting the information, when it meets the following piece of html code:
<span class="">
<span class="profileCardAvatarThumb">
<a class="hasGlobalHandling" id="nametag_956648_1" target="_blank" data-profile-
card="true" data-profile-id="51ca7e40e4b013690dce7c08" href="#">
<span class="hideoff">
Access the profile card for user: Lecturer Zhang
</span>
<img alt="" src="/images/ci/ng/avatar_150.gif">
</a>Lecturer Zhang
</span>
</span>
Any help is very very appreciated!!!