我已经使用自定义的故事来做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
当
我有一些简单的图像滑块,我做了。我有一个小图片列表,每当其中一个被点击时,我就用点击替换目标大图片的源(+一些用src操作从服务器获得大图片)。
现在我想在小图像上点击淡出大图像,当新图像加载时淡入。
使用此代码进行了尝试:
ul.find('img').click(function() {
$('#big_image')
.fadeOut()
.attr('src', this.src.replace('/small/', '/big/')) // Some other s