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> 

ajax request


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -