$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
<a href="images/img15.png" rel="prettyPhoto[gallery1]">
<img style="width: 312px; height: 312px;" src="images/img15.png" alt="Image15"/>
</a>
我使用preetyPhoto jquery实现了图像弹出的代码。它在html中工作正常但在xhtml中不起作用。任何人都可以知道它为什么会发生吗?