I have the following HTML code. I need to grab the code contained in the div container, but the problem is that parsing HTML with PHP Simple HTML DOM Parser I can't grab it because aria-hidden is true. How can I get it?
<div class="ui-collapsible-content" aria-hidden="true">
text here
</div>