Can anyone explain how to use PrettyPhoto with livequery?
$(document).ready(function()
{
$(".gallery a[rel^='prettyPhoto']").livequery(
function()
{
$(this).prettyPhoto({theme:'facebook'});
});
});
The code is right but I think livequery does not support PrettyPhoto. Can someone confirm?