谁能解释如何将 PrettyPhoto 与 livequery 一起使用?
$(document).ready(function()
{
$(".gallery a[rel^='prettyPhoto']").livequery(
function()
{
$(this).prettyPhoto({theme:'facebook'});
});
});
代码是正确的,但我认为 livequery 不支持 PrettyPhoto。有人可以确认吗?