随笔分类 -  jquery笔记

摘要:import _ from 'lodash'; import cfg from '../cfg/cfg'; import {Response} from '../shared/lib/response'; import {RecDB} from '../lib/mongo.js'; import {timed} from '../utils/metrics'; let config = cfg... 阅读全文
posted @ 2017-01-16 20:18 白开水加糖 阅读(264) 评论(0) 推荐(0)
摘要:import _ from 'lodash'; import cfg from '../cfg/cfg'; import {Response} from '../shared/lib/response'; import {RecDB} from '../lib/mongo.js'; import { 阅读全文
posted @ 2017-01-16 20:15 白开水加糖 阅读(373) 评论(0) 推荐(0)
摘要:import _ from 'lodash';import cfg from '../cfg/cfg';import {Response} from '../shared/lib/response';import {RecDB} from '../lib/mongo.js';import {time 阅读全文
posted @ 2016-12-26 18:44 白开水加糖 阅读(447) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-10-27 17:07 白开水加糖 阅读(2) 评论(0) 推荐(0)
摘要:attribute:$(”p”).addClass(css中定义的样式类型); 给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”}); 给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); ... 阅读全文
posted @ 2011-08-31 21:56 白开水加糖 阅读(162) 评论(0) 推荐(0)