因为我已经通过下面的脚本嵌入了 sharethis 插件,它会在鼠标悬停事件时弹出共享窗口。但我只需要在 Onclick 事件上弹出。
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
publisher:"c7a25472-030e-48ce-b630-a71f99cc53d9"
});
</script>
<span class="st_sharethis_custom" displayText="Share">Share</span>
所以你能建议我如何做到这一点。