zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Pluralsight - JavaScript - Advanced Fundamentals to jQuery and Pure DOM Scripting
magnet:?xt=urn:btih:147c5d487de7bfa4b62fecbe14ddcd49aaa38ec7&dn=Pluralsight - JavaScript - Advanced Fundamentals to jQuery and Pure DOM Scripting
磁力链接详情
文件列表详情
147c5d487de7bfa4b62fecbe14ddcd49aaa38ec7
infohash:
70
文件数量
2.51 GB
文件大小
2016-9-8 13:59
创建日期
2024-11-10 08:10
最后访问
相关分词
Pluralsight
-
JavaScript
-
Advanced
Fundamentals
to
jQuery
and
Pure
DOM
Scripting
01. JavaScript Basics/01_01-Introduction.mp4 25.92 MB
01. JavaScript Basics/01_02-Basic JS.mp4 39.73 MB
01. JavaScript Basics/01_03-JavaScript Features.mp4 20.63 MB
02. Data Types, Operators, and Primitives/02_01-Data Types and Operators.mp4 39.81 MB
02. Data Types, Operators, and Primitives/02_02-References.mp4 44.5 MB
02. Data Types, Operators, and Primitives/02_03-The delete Keyword.mp4 41.76 MB
02. Data Types, Operators, and Primitives/02_04-typeof.mp4 32.01 MB
02. Data Types, Operators, and Primitives/02_05-Summary.mp4 27.5 MB
03. Comparison/03_01-vs..mp4 23.2 MB
03. Comparison/03_02-Comparison Operators Explained.mp4 51.72 MB
04. Closures/04_01-Types as Arguments.mp4 42.24 MB
04. Closures/04_02-Counter Example 1.mp4 31.04 MB
04. Closures/04_03-Counter Example 2.mp4 43.48 MB
04. Closures/04_04-Closure Gotchas.mp4 38.52 MB
04. Closures/04_05-Exercise 1 Making a Tag Library.mp4 13.12 MB
04. Closures/04_06-Exercise 1 Solution.mp4 49.81 MB
05. Context/05_01-What Is this.mp4 68.3 MB
05. Context/05_02-The Dot. Operator.mp4 50.85 MB
05. Context/05_03-Exercise 2 Finding Properties.mp4 29.77 MB
05. Context/05_04-Exercise 2 Solution.mp4 84.96 MB
05. Context/05_05-Exercise 3 Invoking Functions.mp4 13.78 MB
05. Context/05_06-Exercise 3 Solution.mp4 80.51 MB
06. Prototypal Inheritance/06_01-Shared Properties and Prototype Methods.mp4 28.12 MB
06. Prototypal Inheritance/06_02-Prototypal Inheritance.mp4 68.65 MB
06. Prototypal Inheritance/06_03-Exercise 4 Implementing the new Keyword.mp4 22.54 MB
06. Prototypal Inheritance/06_04-Exercise 4 Solution.mp4 45.6 MB
06. Prototypal Inheritance/06_05-Object.create.mp4 21.6 MB
06. Prototypal Inheritance/06_06-Exercise 5 Creating the Instance Operator.mp4 27.23 MB
06. Prototypal Inheritance/06_07-Exercise 5 Solution.mp4 50.67 MB
07. jQuery Functional Units/07_01-.extend.mp4 19.08 MB
07. jQuery Functional Units/07_02-Exercise 6 and Solution Implementing .extend.mp4 18.23 MB
07. jQuery Functional Units/07_03-Day 1 Recap.mp4 46.63 MB
07. jQuery Functional Units/07_04-Type Checking.mp4 13.77 MB
07. jQuery Functional Units/07_05-Exercise 7 Implementing .isArray.mp4 10.91 MB
07. jQuery Functional Units/07_06-Exercise 7 Solution.mp4 20.53 MB
07. jQuery Functional Units/07_07-Exercise 8 Implementing isArrayLike.mp4 31.89 MB
07. jQuery Functional Units/07_08-Exercise 8 Solution.mp4 34.18 MB
07. jQuery Functional Units/07_09-Exercise 9 .each.mp4 7.11 MB
07. jQuery Functional Units/07_10-Exercise 9 Solution.mp4 35.12 MB
07. jQuery Functional Units/07_11-Exercise 10 Implementing .makeArray.mp4 7.13 MB
07. jQuery Functional Units/07_12-Exercise 10 Solution.mp4 11.45 MB
07. jQuery Functional Units/07_13-Exercise 11 Implementing .proxy.mp4 23.11 MB
07. jQuery Functional Units/07_14-Exercise 11 Solution.mp4 47.32 MB
08. Finding Elements/08_01-Finding from the Document.mp4 11.34 MB
08. Finding Elements/08_02-Exercise 12 Creating the function.mp4 36.98 MB
08. Finding Elements/08_03-Exercise 12 Solution.mp4 65.03 MB
08. Finding Elements/08_04-Exercise 13 Implementing the html method.mp4 12.94 MB
08. Finding Elements/08_05-Exercise 13 Solution.mp4 29.96 MB
08. Finding Elements/08_06-Exercise 14 and Solution val function.mp4 15.84 MB
08. Finding Elements/08_07-Exercise 15 Eliminating new.mp4 34.74 MB
08. Finding Elements/08_08-Exercise 15 Solution.mp4 29.96 MB
08. Finding Elements/08_09-Exercise 16 Implementing the text method.mp4 56.75 MB
08. Finding Elements/08_10-Exercise 16 Solution.mp4 74.87 MB
08. Finding Elements/08_11-Exercise 16 Solution, Continued.mp4 82.3 MB
08. Finding Elements/08_12-Exercise 17 Adding a find method.mp4 35.41 MB
08. Finding Elements/08_13-Exercise 17 Solution.mp4 54.08 MB
09. Traversing Elements/09_01-Exercise 18 Implementing the next Method.mp4 53.01 MB
09. Traversing Elements/09_02-Exercise 18 Solution.mp4 29.33 MB
09. Traversing Elements/09_03-Implementing the prev Method.mp4 40.46 MB
09. Traversing Elements/09_04-Refactoring Traversing Code.mp4 66.83 MB
10. Attributes and Properties/10_01-Implementing the attr Method.mp4 34.2 MB
10. Attributes and Properties/10_02-Creating a css Method.mp4 34.57 MB
10. Attributes and Properties/10_03-DOM Layout and Positioning.mp4 18.64 MB
10. Attributes and Properties/10_04-Adding width and Offset Methods.mp4 41.47 MB
10. Attributes and Properties/10_05-Adding show and hide Methods.mp4 6.65 MB
11. Events/11_01-Event API.mp4 15.23 MB
11. Events/11_02-Adding bind and unbind Methods.mp4 63.26 MB
11. Events/11_03-Event Propogation.mp4 50.91 MB
11. Events/11_04-Event Delegation.mp4 15.99 MB
12. Building a Tabs Widget/12_01-Building a Tabs Widget.mp4 74.55 MB
其他位置