I have a page that uses cufon and asp: UpdatePanel. After the ajax callback, the new content does not replace the cufon tags. I tried:
<script type="text/javascript">
alert('Cufon refresh start!');
Cufon.refresh();
alert('Cufon must be ok!');
</script>
But do not receive any warnings or cufon replacements.
source
share