基本上,这就是我正在做的。用户访问站点,加载“index.html” 在 index.html 中,它会通过 AJAX 自动将“details.html”加载到 DIV 中。我在“details.html”上放了一个 ADDTHIS 按钮。但是,由于某种原因,翻转不起作用。
当我在浏览器中访问 details.html 时,翻转工作。我猜这是因为AJAX?
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4adf7e45288f5b21">
<img src="http://s7.addthis.com/static/btn/sm-share-en.gif" width="83" height="16" alt="Bookmark and Share" style="border:0;margin-top:16px;"/></a>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=xa-4adf7e45288f5b21"></script>