Skip to content

tutsplus/write-a-jquery-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Jeremy McPeak

jQuery is the most popular JavaScript library. One of the reasons for that popularity is jQuery's extensibility. Not only does jQuery give us a lot of goodies out of the box, but the community has created a whole ecosystem of open-source plugins. jQuery plugins are a great way to componentize and share your code.

In this course, Envato Tuts+ instructor Jeremy McPeak will show you how to extend jQuery by writing a plugin. You'll get to follow along as he creates a simple accordian plugin for displaying collapsable outlines. You'll learn the basics of plugin creation, and also how to enhance your plugin with settings and methods.

Source Files Description

This repository contains the completed source code for this course project. A snapshot of the code is included for each lesson in the course.


These are source files for the Tuts+ course: Write a jQuery Plugin

Available on Tuts+. Teaching skills to millions worldwide.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.7%
  • HTML 48.3%