You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to parse an html that is inside javascript ?
i tried to getElementsByClassName('nc_ensemble') but the TagCollection was empty
<scripttype="text/javascript">
var textePage = new Array();
textePage[0] = new Array();
textePage[0]['Texte'] = '
<divclass="nc_ensemble"><divid="popupCourrierNoble"class="nc_notificationEnsemble nc_notification_apparition"style="display:none;"><divclass="nc_notificationContent">
Vous devez être noble de robe ou d\'épée pour accéder à cette fonctionnalité !\n
</div></div></div>'
</script>
The text was updated successfully, but these errors were encountered:
Hello, thank you for this good project.
is it possible to parse an html that is inside javascript ?
i tried to
getElementsByClassName('nc_ensemble')
but the TagCollection was emptyThe text was updated successfully, but these errors were encountered: