prettyPhoto jquery正在使用html但不使用xhtml

时间:2014-12-01 10:45:16

标签: jquery jsf prettyphoto

         

$(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中不起作用。任何人都可以知道它为什么会发生吗?

0 个答案:

没有答案