Add theme assets;
This commit is contained in:
10
public/assets/js/inputmask.js
Normal file
10
public/assets/js/inputmask.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// npm package: inputmask
|
||||
// github link: https://github.com/RobinHerbots/Inputmask
|
||||
|
||||
(function($) {
|
||||
'use strict';
|
||||
|
||||
// initializing inputmask
|
||||
$(":input").inputmask();
|
||||
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user