jQuery Ultimate Guide
Learn Tech Plus
4:48:09
Description
Everything you need to know to about jQuery to go from beginner to advanced
What You'll Learn?
- Style an Actual Project From Scratch Using jQuery
- Learn How To Use jQuery For Web Development & Web Design
- How To Easily Build Functional Websites From Scratch Using jQuery
- Learn & Master The Use Of jQuery Proprerties (Starting With The Advanced Ones)
- The Necessary Skills & Knowledge To Quickly Add Functionality to Web Pages
- Download & Install Sublime Text 3 Text Editor for Coding
- Download & Install MAMP for working in a local Web Development Enviornment
- Download & Install Firefox Web Browser for testing & Debuggin your web pages
Who is this for?
More details
DescriptionHave you always wanted to learn how to code but don't know where to start?
Would you like to make amazing websites and bring your ideas to life?
Then jQuery Ultimate Course is for you!
Hi, Iâm your instructor Josh Werner and Iâll be leading you through this course.
Programming is the most in-demand skill in 2021.
The course begins with the basics.Â
I'll take you through everything you need to know to start building websites like an expert.
You'll learn all the fundamentals of jQuery and how you can
use them to start building dynamic content for your websites.
This is great for students starting or advanced developers that need a refresher course on jQuery.
There are no requirements necessary to enroll I only ask that you come open minded and ready to learn
Feel Free to look through the course description and checkout some of my preview videos
The course is packed with over 4 hours of hands-on tutorials
Here is what you will Learn:
01. Introduction
   01. Overview
02. FireFox Developer Edition
   02. Overview
   03. Download & Install
   04. Features
   05. Developer Tools
   06. Summary
03. Atom
   07. Overview
   08. Download & Install
   09. Open a Project
   10. Version Control with GitHub
   11. Collaborate with Teletype
   12. Install a Package
   13. Choose a Theme
   14. Hack on the Init Script
   15. Add a Snippet
   16. Keyboard Shortcuts
   17. Summary
04. Get Started
   18. Overview
   19. What is jQuery
   20. Why jQuery
   21. Download
   22. CDN
   23. Download and Setup Files
05. Selectors
   24. Overview
   25. What are Selectors
   26. * All Elements
   27. #id
   28. .class
   29. :first
   30. :last
   31. :even
   32. :odd
   33. :first-child
   34. :first-of-type
   35. :last-child
   36. :last-of-type
   37. :nth-child(n)
   38. :nth-last-child(n)
   39. :nth-last-of-type(n)
   40. :only-child
   41. :only-of-type
   42. parent > child
   43. parent descendant
   44. element + next
   45. element ~ siblings
   46. :eq(index)
   47. :gt(no)
   48. :It(no)
   49. :not(selector)Â
   50. :header
   51. :animated
   52. :focus
   53. :contains(text)
   54. :has(selector)
   55. :empty
   56. :parent
   57. :hidden
   58. :visible
   59. :root
   60. :lang(language)
   61. [attribute]
   62. [attribute=value]
   63. [attribute!=value]   Â
   64. [attribute$=value]
   65. [attribute|=value]
   66. [attribute^=value]
   67. [attribute~value]
   68. [attribute*=value]
   69. :input
   70. :text
   71. :password
   72. :radio
   73. :checkbox
   74. :submit
   75. :reset
   76. :button
   77. :image
   78. :file
   79. :enabled
   80. :disabled
   81. :selected
   82. :checkedÂ
06. Events
   83. Overview Â
   84. blur()
   85. change()
   86. click()
   87. dblclick()
   88. focus()
   89. focusin()
   90. focusout()
   91. hover()
   92. keydown()
   93. keypress()
   94. keyup()
   95. live()
   96. load()
   97. mousedown()
   98. mouseenter()
   99. mouseleave()
  100. mousemove()
  101. mouseout()
  102. mouseover()
  103. mouseup()
  104. off()
  105. on()
  106. unload()
07. Effects
  107. Overview
  108. animate()
  109. clearQueue()
  110. delay()
  111. dequeue()
  112. fadeIn()
  113. fadeOut()
  114. fadeTo()
  115. fadeToggle()
  116. finish()
  117. hide()
  118. queue()
  119. show()
  120. slideDown()
  121. slideToggle()
  122. slideUp()
  123. stop()
  124. toggle()
08. HTML/CSS Methods
  125. Overview
  126. addClass()
  127. after()
  128. append()
  129. appendto()
  130. attr()
  131. before()
  132. clone()
  133. css()
  134. empty()
  135. hasClass()
  136. height()
  137. html()
  138. prop()
  139. remove()
  140. toggleClass()
09. Conclusion
  141. Summary
So what are you waiting for? I look forward to going through course with you Iâll see you inside!
Who this course is for:
- Beginner Web Developer
Have you always wanted to learn how to code but don't know where to start?
Would you like to make amazing websites and bring your ideas to life?
Then jQuery Ultimate Course is for you!
Hi, Iâm your instructor Josh Werner and Iâll be leading you through this course.
Programming is the most in-demand skill in 2021.
The course begins with the basics.Â
I'll take you through everything you need to know to start building websites like an expert.
You'll learn all the fundamentals of jQuery and how you can
use them to start building dynamic content for your websites.
This is great for students starting or advanced developers that need a refresher course on jQuery.
There are no requirements necessary to enroll I only ask that you come open minded and ready to learn
Feel Free to look through the course description and checkout some of my preview videos
The course is packed with over 4 hours of hands-on tutorials
Here is what you will Learn:
01. Introduction
   01. Overview
02. FireFox Developer Edition
   02. Overview
   03. Download & Install
   04. Features
   05. Developer Tools
   06. Summary
03. Atom
   07. Overview
   08. Download & Install
   09. Open a Project
   10. Version Control with GitHub
   11. Collaborate with Teletype
   12. Install a Package
   13. Choose a Theme
   14. Hack on the Init Script
   15. Add a Snippet
   16. Keyboard Shortcuts
   17. Summary
04. Get Started
   18. Overview
   19. What is jQuery
   20. Why jQuery
   21. Download
   22. CDN
   23. Download and Setup Files
05. Selectors
   24. Overview
   25. What are Selectors
   26. * All Elements
   27. #id
   28. .class
   29. :first
   30. :last
   31. :even
   32. :odd
   33. :first-child
   34. :first-of-type
   35. :last-child
   36. :last-of-type
   37. :nth-child(n)
   38. :nth-last-child(n)
   39. :nth-last-of-type(n)
   40. :only-child
   41. :only-of-type
   42. parent > child
   43. parent descendant
   44. element + next
   45. element ~ siblings
   46. :eq(index)
   47. :gt(no)
   48. :It(no)
   49. :not(selector)Â
   50. :header
   51. :animated
   52. :focus
   53. :contains(text)
   54. :has(selector)
   55. :empty
   56. :parent
   57. :hidden
   58. :visible
   59. :root
   60. :lang(language)
   61. [attribute]
   62. [attribute=value]
   63. [attribute!=value]   Â
   64. [attribute$=value]
   65. [attribute|=value]
   66. [attribute^=value]
   67. [attribute~value]
   68. [attribute*=value]
   69. :input
   70. :text
   71. :password
   72. :radio
   73. :checkbox
   74. :submit
   75. :reset
   76. :button
   77. :image
   78. :file
   79. :enabled
   80. :disabled
   81. :selected
   82. :checkedÂ
06. Events
   83. Overview Â
   84. blur()
   85. change()
   86. click()
   87. dblclick()
   88. focus()
   89. focusin()
   90. focusout()
   91. hover()
   92. keydown()
   93. keypress()
   94. keyup()
   95. live()
   96. load()
   97. mousedown()
   98. mouseenter()
   99. mouseleave()
  100. mousemove()
  101. mouseout()
  102. mouseover()
  103. mouseup()
  104. off()
  105. on()
  106. unload()
07. Effects
  107. Overview
  108. animate()
  109. clearQueue()
  110. delay()
  111. dequeue()
  112. fadeIn()
  113. fadeOut()
  114. fadeTo()
  115. fadeToggle()
  116. finish()
  117. hide()
  118. queue()
  119. show()
  120. slideDown()
  121. slideToggle()
  122. slideUp()
  123. stop()
  124. toggle()
08. HTML/CSS Methods
  125. Overview
  126. addClass()
  127. after()
  128. append()
  129. appendto()
  130. attr()
  131. before()
  132. clone()
  133. css()
  134. empty()
  135. hasClass()
  136. height()
  137. html()
  138. prop()
  139. remove()
  140. toggleClass()
09. Conclusion
  141. Summary
So what are you waiting for? I look forward to going through course with you Iâll see you inside!
Who this course is for:
- Beginner Web Developer
User Reviews
Rating
Learn Tech Plus
Instructor's Courses
Udemy
View courses Udemy- language english
- Training sessions 141
- duration 4:48:09
- English subtitles has
- Release Date 2023/01/24