Created
April 6, 2016 18:31
-
-
Save bmuenzenmeyer/66b7d62a30ee7e6217da8d54c2ee3e93 to your computer and use it in GitHub Desktop.
Stubbed in jquery plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
(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