上一页 1 2 3 4 5 6 7 8 ··· 22 下一页

jquery date widget

摘要: To save time, I'd like to list the main parts of the date function done by jquery. HTML part: Jquery part: 阅读全文
posted @ 2017-11-29 11:13 鸣动我心 阅读(190) 评论(0) 推荐(0) 编辑

first load or not

摘要: //first launch distinguish function launchPic() { // localStorage.clear(); //first if (localStorage.getItem('firstLaunch')=='hasValue') { console.log('yes'); } else { ... 阅读全文
posted @ 2017-11-21 17:48 鸣动我心 阅读(130) 评论(0) 推荐(0) 编辑

map method in js

摘要: reference this 2.low: function myHtml(title,content) { return '<div class="outer">\ <div class="div-title">' + title + '</div>\ <div class="div-conten 阅读全文
posted @ 2017-11-16 15:55 鸣动我心 阅读(182) 评论(0) 推荐(0) 编辑

post/get tip in "async method"

摘要: reference this: https://stackoverflow.com/questions/133310/how-can-i-get-jquery-to-perform-a-synchronous-rather-than-asynchronous-ajax-re 阅读全文
posted @ 2017-10-16 16:19 鸣动我心 阅读(133) 评论(0) 推荐(0) 编辑

git revert

摘要: 现在有4个提交记录(1234),4个文件(abcd): 过程: 1.revert 一个提交(2): 本次提交(2)的代码(和文件)没了, 但是log留有记录. 备注: 同一文件冲突没事, 解决就好了 2.只留下五条记录记录:1234和revert2, 3.如果想回到有2的时候:reset --har 阅读全文
posted @ 2017-09-19 11:25 鸣动我心 阅读(186) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 22 下一页