parent
$('.attachment', parent.document).click(function(e){
_layer.open({
type: 1,
title: '查看附件',
area: ['40%', '400px'],
maxmin: true,
content: doContent,
shadeClose:true,
success:function(){
window.parent.frames.initPhotoSwipeFromDOM('.my-gallery');
}
})
});
相关阅读
前言:很长时间没写图片裁剪,碰到了诸多问题,今特此记录,以免后面再遇到类似情况 插件GitHub网址:https://github.com/fengyuanchen/cro
最近工作中总出现select 和 option问题,整理一下,内容大部分源于网络资料一、基础取值问题例如<select class="selector"></select>
之前做表单验证,有设置submitHandlersubmitHandler: function(){$("form").submit();}这样表单验证通过后会自动提交。。。。改为s
JQuery给textarea取值和赋值取值var qrcodefortemcontent=$("#qrcodefortemcontent").val();赋值$("#qrcodefortemcontent").val(