摘要:
让Vim更好用 for Mac OS X | Hessian's Blog: "' Enable omni completion. autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS autocmd FileType html,markdown setlocal omnifunc=htmlcomplete#CompleteT... 阅读全文
摘要:
Iterating over jQuery and non-jQuery Objects | jQuery Learning Center: "for ( var i = 0, l = arr.length; i < l; i++ ) { sum += arr[ i ]; }"
(Via.) 阅读全文