摘要: http://net.tutsplus.com/tutorials/javascript-ajax/build-your-first-javascript-library/Step 1: Creating the Library BoilerplateWe’ll start with some wrapper code, which will contain our whole library. It’s your typical immediately invoked function expression (IIFE).window.dome = (function () { fun... 阅读全文
posted @ 2013-11-05 11:43 醉意人间 阅读(363) 评论(0) 推荐(0) 编辑