- MooTools 1.2 Beginner's Guide
- Jacob Gube Garrick Cheung
- 145字
- 2021-04-01 13:33:34
The API concept
MooTools is designed in such a way that instead of modifying the MooTools Core files, you use its API (Application Programming Interface) to utilize MooTools function. This makes MooTools easier to maintain your projects and makes it easily extensible.
A plugin is a JavaScript file that's dependent on MooTools but is not part of the standard MooTools code base. We'll learn about writing plugins in a later chapter, but for now, just think of plugins as MooTools extensions that do a specific function, such as hiding and showing a page element or managing browser cookies.
Note
It is important to note that—unless you know exactly what you're doing—you shouldn't modify the MooTools Core files. Even if you know what you're doing, it's best to keep the file "as is" so that it's standardized and can be easily updated.
- PS是這樣玩的:輕松掌握 Photoshop 通關秘籍
- 剪映短視頻制作全流程:剪輯、調色、字幕、音效
- UG NX 12.0中文版完全自學一本通
- After Effects全套影視特效制作典型實例(第2版)
- Inkscape 0.48 Illustrator's Cookbook
- 人臉識別算法與案例分析
- Photoshop CS6中文版從入門到精通(核心技法卷):摳圖、修圖、Camera Raw、調色、銳化、合成
- iPhone JavaScript Cookbook
- SOLIDWORKS Visualize 實例詳解(微視頻版)
- Adobe創意大學Photoshop產品專家認證標準教材(CS6修訂版)
- Microsoft Silverlight 4 and SharePoint 2010 Integration
- 中文版Maya 2016基礎培訓教程
- Python氣象應用編程
- 選擇的藝術:Photoshop圖像處理深度剖析(第3版)
- C# 2008 and 2005 Threaded Programming: Beginner's Guide