我正在使用此代码(标准 FB Like):
<div id="like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto%2Flike&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe></div>
当用户单击它时,我需要隐藏完整的div
(或)。iframe
我尝试了该onclick
事件,但它在内部不起作用iframe
。
我怎样才能做到这一点?