我已经使用自定义的故事来做facebook共享,共享的发生是正确的,并显示在张贴用户的facebook墙壁上。见下文:
当我点击页面的名称(图片中的“页面”)时,通过facebook移动应用程序会给出以下错误:
the page you requested cannot be displayed right now. It may be temporarily unavailable, the link you clicked on may be broken or expired, or you may not have permission to view this page
当
我的问题就像我的标题一样。当我点击按钮时,我想要fadeOut一张图片,当我再次点击同一按钮时,我想再次fadeIn这张图片。
$("#btn").click(function(){
if($("#div1").display == 1){ // Your comparison was wrong, you assigned the value 1 to $("#div1").display
$("#div1").fadeOut(1000,"easeOutBounce",fun