jquery - Siteloader object not honoring html character entities -
i have web page uses #siteloader dynamically load blog entry replace shorter version of blog user sees default. code below, , works fine. blog entry gets loaded not honoring html entites & eacute ; when same entry loaded on parent site has no problem honoring html entities. there need make honor entities?
<table class="roundedtablex1 roundedtablex1wide"><tr><td align="right"> <a align='right' href='#' id='earblogvisdiv-show' class='showlink imagecaption' onclick='showhideblog("earblogvisdiv"); newsiteblog(); return false;'> <div align="right" style="clear: both;"> click here philz' <i>shaking squid</i> blog</div></a> </td></tr></table> <div id='earblogvisdiv' class='more'> <style type="text/css"> #siteloader object { width:100%; height: 650px; overflow: scroll; } </style> <div id="siteloader" style="width:620px; margin:auto; padding: 0"></div> <!-- <script> $("#siteloader").html('<object data="http://www.squidco.com/cgi-bin/news/earblog.cgi?navigatordirection=all">'); </script> --> </div> <!-- earblogvisdiv --> the full site http://www.squidco.com, link load "click here philz' shaking squid blog". i'd appreciate insight - other html basics work on page (images, paragraph) , resulting object syntax checks ok, exception complains of unencoded entities. thanks!
Comments
Post a Comment