我正在使用FancyBox打开另一个页面,但主页面使用Datatables。 我相信我随时点击下一页,然后点击链接弹出弹出不起作用但直接进入页面
<script type="text/javascript">
$(document).ready(function () {
$("a.mdialog").fancybox({
'width': '75%',
'height': '100%',
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none'
//'type': 'iframe'
});
});
<td><a class="mdialog" href="details.aspx?scode=<%# Eval("SCode")%>">[..]</a></td>
</tr>
任何想法我做错了什么? 在此先感谢