Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bmuenzenmeyer/66b7d62a30ee7e6217da8d54c2ee3e93 to your computer and use it in GitHub Desktop.
Save bmuenzenmeyer/66b7d62a30ee7e6217da8d54c2ee3e93 to your computer and use it in GitHub Desktop.
Stubbed in jquery plugin
;
(function ($) {
$.fn.timeInput = function () {
//do something
return this;
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment