| `title` | The title of Card | _string_ | `-` | | `subtitle` | The subtitle of Card | _string_ | `-` | | `description` | The description of Card | _string_ | `-` | | `elevation` | The shadow level of Card | _string \| number_ | `2` | | `src` | The src of...
jquery.inputmask.js (function($){ $.fn.extend({ commonMask:function(settings) { varoptions= { upperletter:true, lowerletter:false, number:false, underline:false, maxlength:0 }; settings=settings||{}; $.extend(options,settings); returnthis.each(function(){ $(this).keydown(function(event)...