Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

jQuery: Creating Plugins

Posted By: Landau17
jQuery: Creating Plugins

jQuery: Creating Plugins
MP4 | Video: 720p | Duration: 1:22:28 | English | Subtitles: VTT | 278.6 MB



If you've ever written any jQuery, you should consider turning your code into a plugin. Plugins are easy to write and reuse, and are a great way to give back to the jQuery community.



This course shows how to take some real-world examples of jQuery interactivity, written as regular filters or code, and quickly convert them into plugins. Author Joe Chellman also demonstrates how to make sure your plugin executes properly, make plugins configurable, and incorporate advanced functionality using JavaScript. Start watching and learn how to take the jQuery you've developed and package it into plugins everyone can use.

Topics include:
  • Writing basic jQuery filters
  • Converting filters to plugins
  • Converting code to plugins
  • Making plugins configurable
  • Adding appearance options and functions
  • Distributing jQuery plugins