Skip to content

Instantly share code, notes, and snippets.

View twalve's full-sized avatar

Craig Sharkie twalve

View GitHub Profile
@twalve
twalve / gist:1016055
Created June 9, 2011 04:24 — forked from whalec/gist:1015901
Not tested. Probably doesn't even run. Hacked together jquery plugin. Now plus ninja tip
(function($) {
$.fn.credit_card = function(opts) {
this.opts = opts;
this.change(function(){
var _this = $(this),
val = _this.val(),
twodigit;