
前端
baibai_-
这个作者很懒,什么都没留下…
展开
-
js省市二级联动
<body> <div style="width: 240px;"> <select name="province_city" id="province" size=1 onchange="getCity()" style="width: 110px;height: 30px"> <option value="请选择城市" >请选择城市<...原创 2019-03-19 15:15:55 · 212 阅读 · 0 评论 -
点击图片放大,模态窗效果
需要引入bootstrap 和jq <body> <img src="warframe.png" onclick="showMaxImg(this)" /> <div class="modal fade bs-example-modal-lg text-center" id="imgModal" tabindex="-1" role="dialog" data-...原创 2019-03-19 16:25:48 · 442 阅读 · 1 评论 -
上传图片小图预览
需要引入bootstrap和js <body> <div id="pic_info"> <input type="file" name="file0" id="file0" multiple="multiple" onchange="uploadImg()" /><br> <img src="mo_ren.jpg" id="img0" sty...原创 2019-03-19 16:41:47 · 205 阅读 · 0 评论 -
禁止网页回退
手机浏览器也可禁止 <script type="text/javascript"> // 禁止浏览器回退,手机浏览器也可禁止 $(function() { if (window.history && window.history.pushState) { $(window).on('popstate', function () { window.histor...原创 2019-03-19 10:08:00 · 572 阅读 · 0 评论 -
bootstrap模态窗
点击按钮,弹出一个窗,输入信息,然后提交。 需要引入bootstrap文件和jq文件 <body> <h2>创建模态框(Modal)</h2> <button class="btn btn-primary" data-toggle="modal" data-target="#myModal"> 添加一位参会人 </button> ...原创 2019-03-19 10:02:48 · 1232 阅读 · 0 评论 -
引用bootstrap、jq 、cdn
<!-- 最新版本的 Bootstrap 核心 CSS 文件 --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7o...原创 2019-03-24 15:22:04 · 869 阅读 · 0 评论 -
文章目录
bootstrap模态窗 win10安装odoo12,github社区版 Django项目部署到阿里云 windows系统部署django项目 python3 AttributeError: ‘str’ object has no attribute ‘decode’ nginx配置https Linux命令(不全) win10安装postgresql pycharm创建虚拟环境 引用bootst...原创 2019-04-20 00:51:41 · 208 阅读 · 0 评论