Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
Hmmm I'm not too good well encoding in the various browsers, but I suspect you may need to use something like PHP to manually clean the misbehaving characters before it's served up by the Dynamic Ajax Content script.
Other thing is about “refresh”. How to “clean” the <div>,
By clean, do you mean set it to blank? You can do something like"
Code:
<div id="test">some text</div>
<script type="text/javascript">
document.getElementById("test").innerHTML=""
</script>
Bookmarks