UNPKG

pdfmark.js

Version:

Highlight keywords in pdfjs svg output. Based on mark.js.

14 lines (13 loc) 524 B
<div class="iframes-order"> <p>Lorem ipsum dolor</p> <div id="iframes-order-target"></div> <p>Lorem ipsum dolor</p> <script> // Can't use document.write here, as this fixture will be // included after the document was fully loaded var target = document.getElementById("iframes-order-target"); var iframe = document.createElement("iframe"); iframe.src = jasmine.getFixtures().fixturesPath + "/iframes/inc.html"; target.appendChild(iframe); </script> </div>