hypesystem / open-donation-widget

HTML/JS donation widget allowing monetary transparency
0 stars 0 forks source link

Expose as jquery plugin #7

Open hypesystem opened 9 years ago

hypesystem commented 9 years ago

In addition to being exposed as plain javascript, it should also be usable as a jQuery plugin.

$(".input").makeOpenDonationWidget(".output", {
    moneyHandlers: [
        //...
    ]
});