会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
总不在线
博客园
首页
新随笔
联系
管理
订阅
2017年5月26日
点击div外面隐藏弹窗
摘要: //点击div外面隐藏弹窗function click_out_div(){ $(document).bind("click",function(e){ var target = $(e.target); if(target.closest("#select_div").length == 0){/
阅读全文
posted @ 2017-05-26 16:50 总不在线
阅读(313)
评论(0)
推荐(0)
2017年5月24日
ajax请求
摘要: 默认是异步加载的 $.ajax({ type : 'POST',//请求方式 url : url,//提交路径 contentType: "application/json,charset=utf-8",//提交方式 dataType : 'json',//发送参数类型 data: [{}],//发送参数 async:false,//false:只有整个ajax执行完才执行之后的代码 succ...
阅读全文
posted @ 2017-05-24 13:54 总不在线
阅读(293)
评论(0)
推荐(0)
2017年5月11日
easyui相关问题
摘要: 1、解决easyui的输入框有些属性不起效果的问题 $(".easyui-combobox").each(function(i){ var span = $(this).siblings("span")[0]; var targetInput = $(span).find("input:first"
阅读全文
posted @ 2017-05-11 16:10 总不在线
阅读(399)
评论(0)
推荐(0)
linux解压命令
摘要: .tar 解包:tar xvf FileName.tar 打包:tar cvf FileName.tar DirName (注:tar是打包,不是压缩!) ——————————————— .gz 解压1:gunzip FileName.gz 解压2:gzip -d FileName.gz 压缩:gz
阅读全文
posted @ 2017-05-11 15:55 总不在线
阅读(252)
评论(0)
推荐(0)
公告