
javascript
猫被老鼠追着跑
任重道远
展开
-
JS 获取Form表单信息序列化
Title btn $(function () { var data = [{ id: 0, text: '0',code:[{id:'00',text:'00'},{id:'01原创 2016-07-07 22:59:57 · 1286 阅读 · 0 评论 -
jquery mobile 加载器 显示和隐藏
jquery mobile 加载器 显示和隐藏 显示加载器 function showLoader() { //显示加载器.for jQuery Mobile 1.2.0 $.mobile.loading('show', { text: '加载中...', //加载器中显示的文字 textVisible: true, //是否显示文字 theme: 'a',//加载器主题样式a-e原创 2016-11-17 11:04:54 · 534 阅读 · 0 评论 -
jquery mobile 加载器 显示和隐藏
jquery mobile 加载器 显示和隐藏 显示加载器 function showLoader() { //显示加载器.for jQuery Mobile 1.2.0 $.mobile.loading('show', { text: '加载中...', //加载器中显示的文字 textVisible: true, //是否显示文字原创 2016-11-17 11:08:31 · 1501 阅读 · 0 评论 -
ajax支持跨域请求
允许所有访问跨域原创 2018-04-23 13:38:29 · 483 阅读 · 0 评论 -
Chrome浏览器本地HTML5开发,ajax请求连接服务器出现跨域问题
Chrome浏览器本地开发HTML时, ajax请求连接服务器调试出现跨域问题。 错误信息: Origin null is not allowed by Access-Control-Allow-Origin 解决办法: 1/ 将下面一句复制到快捷方式的最后面(如下图) --disable-web-security --user-data-dir 2/ 双击快捷方式打开浏览...原创 2018-09-04 11:28:21 · 830 阅读 · 0 评论