I am trying pass this code for html but not work, load as text.
HTML:
<div id="captcha-wrap">
<p>
</p>
<!-- show the captcha result - fail/pass -->
<div id="captcha-status">
</div>
JS:
$("#captcha-wrap").append("<?php require_once('_control/showcaptcha.php'); ?>");