jQuery-Mask-Plugin
jQuery-Mask-Plugin copied to clipboard
'Uncaught TypeError: $(...).mask is not a function' error on .NET Core MVC app.
I installed the plugin using the instructions for Typescript here, so just used this in the console: npm install --save-dev @types/jquery-mask-plugin
When I try to use the code $("#inputID").mask('AAAAAAAAAA'); in the app, I get this error in devtools when running the project: Uncaught TypeError: $(...).mask is not a function
Am I using this wrong because it is typescript? My version is 4.1.3
Same problem here.
Same !
me too !!
+1 (.NET8 s-SSR)