Skip to content

beherca/easy-jq-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

easy-jq-plugin

A simple library to easy the process of making jquery plugin

Features

With this plugin, you can create your own jquery plugin

  • $().your-plugin-name(): When no parameter is passed in, your plugin is initialized with default configuration
  • $().your-plugin-name(obj): When object parameter is passed in, object will be as new configuration to override your default configuration
  • $().your-plugin-name(str, obj): Pass string as method name in to call internal method with the name, and object is the configuration object
  • $().your-plugin-name(str, [arguments]): Pass string as method name in to call internal method with the name, and array is the configuration arguments

Usage

Example can be found here

About

A simple library to easy the process of making jquery plugin

Resources

Stars

Watchers

Forks

Packages

No packages published