Skip to content

Latest commit

 

History

History

Lesson_7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lesson 7 – making a jQuery plugin

Comes in handy

Is it a solution which can be used by more than just us? To make it more convenient for the users we would like to create a jQuery plugin which does all this covered before. This is a very basic jQuery plugin without options or methods to call. It just explains the basics. Making more advanced plugins will be covered in later lessons.

Covered in this lesson

  • basic jQuery Plugin creation
  • anonymous self calling functions