随笔分类 - tools文件
摘要:html部分: <!--头部菜单 --> <div class="menu"> <h1 class="logo"> <a href="#"></a> </h1> <ul id="nav"> </ul> <div class="fr"> <div class="user"> <s class="ico
阅读全文
摘要:function getFormValues(element,options) { var data = {}; if(element == null || element == undefined) { return data; } /** default options */ if (!opti
阅读全文
摘要:var file = document.getElementById('mapFile').files[0]; var url = getObjectURL(file); // 封装本地上传文件路径function getObjectURL(file) { var url = null; if (w
阅读全文
摘要:/** * jQuery 扩展 */(function ($) { $.fn.extend({ /** * 目标为任意对象元素 * 同时绑定单击和双击事件 */ bindClick: function (click, dblClick, el) { el = el || $(this); var _
阅读全文

浙公网安备 33010602011771号