Skip to content

Asuza/pirkle-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pirkle-js

A simple utility for common JavaScript tasks.

Example Usage

Include pirkle.js file in your web page, then only load the classes you want.

Example:

var callbackFn = function () {
  console.log('hello, programmer');
};

Pirkle.load('Ajax', 'Object', 'Cookie', callbackFn);

The callback function will get called one time, after the desired classes have loaded.

Classes

  • Cookie
  • Form
  • Ajax
  • Object
  • Array
  • String
  • Dom

About

A simple utility for common JavaScript tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published