Coder Social home page Coder Social logo

nobuti / jquery-plugin-pattern Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nitinhayaran/jquery-plugin-pattern

0.0 1.0 0.0 116 KB

A light-weight jQuery plugin patterns for jump starting your plugin development

License: MIT License

JavaScript 100.00%

jquery-plugin-pattern's Introduction

jquery-plugin-pattern

A light-weight jQuery plugin patterns for jump starting your plugin development.

Here’s some of the benifits of using this as a template

  • You have an option to override default option
  • Easily set name of your plugin. All you have to set it once and rest is taken care of.
  • You can define getter methods, getting intrinsic values.
  • Last but not the least, you can call the plugin function from outside. Something like this,
$('div').plugin('destroy');
$('div').plugin('sayThings', 'say this', 'and this');
var value = $('div').plugin('getterMethod');

jquery-plugin-pattern's People

Contributors

bitdeli-chef avatar kolodny avatar nitinhayaran avatar nobuti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.