function whichlightbox()
{
var whichtheme = jQuery("meta[name=twicet4]").attr('content');
if(whichtheme == 1 || whichtheme == 3 )
{
jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox[portfolio]']").prettyPhoto({
theme: 'light_rounded' });
}
else
{
jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox[portfolio]']").prettyPhoto({
theme: 'dark_rounded' });
}
}
jQuery("meta[name=twicet4]").attr('content');这句话什么意思?
答案:2 悬赏:10 手机版
解决时间 2021-12-25 23:07
- 提问者网友:酱爆肉
- 2021-12-25 07:45
最佳答案
- 五星知识达人网友:独钓一江月
- 2022-01-10 05:07
获取如:
这样的标签的内容,其中attr('content')的意思是获取'content'属性的值
这样的标签的内容,其中attr('content')的意思是获取'content'属性的值
全部回答
- 1楼网友:孤独的牧羊人
- 2022-01-10 06:38
我是来看评论的
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯