网站:beauforgovernor.com
我在页面加载时触发了一个fancybox(仅在主页上),但我不希望它出现在手机上;但是,我仍然希望它出现在平板电脑上。
我不确定如何编码。
这是我目前正在使用的 JS:
<script type="text/javascript">
$(document).ready(function() {
$("#aLink").fancybox({
'width' : '640',
'height' : 'auto',
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
});