ai didi

PrettyPhoto 不适用于 livequery

转载 作者:行者123 更新时间:2023-12-02 07:53:21 24 4
gpt4 key购买 nike

谁能解释一下如何将 PrettyPhoto 与 livequery 一起使用?

  $(document).ready(function()
{
$(".gallery a[rel^='prettyPhoto']").livequery(
function()
{
$(this).prettyPhoto({theme:'facebook'});
});
});

代码是正确的,但我认为 livequery 不支持 PrettyPhoto。有人可以确认吗?

最佳答案

您是在谈论 jQuery 吗?如果是这样,我已经开始工作了:

$("a[rel=prettyPhoto]").live("click",function() {
$.prettyPhoto.open($(this).attr("href"),"","");
return false;
});

如果你想加入一些主题或你可以做的事情:

$.fn.prettyPhoto({'theme': 'light_rounded'});
$("a[rel=prettyPhoto]").live("click",function() {
$.prettyPhoto.open($(this).attr("href"),"","");
return false;
});

关于PrettyPhoto 不适用于 livequery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2374558/

24 4 0
文章推荐: sql-server - SQL 查询改进 - 使用 max 和 groupby 选择
文章推荐: php - file->getMimeType() 始终使用 Zend Framework 返回 application/octet-stream
文章推荐: wpf - 字典绑定(bind)到 ListView WPF
文章推荐: events - this.Loaded += (s, e) => this.loaded = true;?
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com