Wordpress AJAX request returning extra HTML tags -
i using knews plugin subscribing website. working except ie8: in ie 8 error or success message not showing. think since ajaxed form getting ajax response unnecessary html tags.
please see screenshot. provide in backend:
<span class="error_subscription">please check e-mail address</span> but getting response on screenshot:
<span class="error_subscription">please check e-mail address</span></p></div> 
Comments
Post a Comment