嗨,我正在使用此脚本将社交媒体图标添加到我的网站中。
<div id="menu" class="shareSelector" style="width:250px; height:250px;"></div>
$(document).ready(function () {
$('.shareSelector').socialShare({
social: 'facebook,google,pinterest,twitter',
whenSelect: true,
selectContainer: '.shareSelector'
});
});
div点击后获取内容。我们可以在不点击div的情况下调用这个函数吗?
问候:阿里