![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
jquery-mask-plugin
Advanced tools
A jQuery Plugin to make masks on form fields and html elements.
A jQuery Plugin to make masks on form fields and HTML elements.
https://igorescobar.github.io/jQuery-Mask-Plugin/
bower install jquery-mask-plugin
npm i jquery-mask-plugin
meteor add igorescobar:jquery-mask-plugin
composer require igorescobar/jquery-mask-plugin
https://cdnjs.com/libraries/jquery.mask
http://www.jsdelivr.com/projects/jquery.mask
gem 'jquery_mask_rails' # more details at http://bit.ly/jquery-mask-gem
jQuery Mask Plugin has been tested with jQuery 1.7+ on all major browsers:
Definition can be found here.
To install, open terminal and navigate to your working directory.
npm install typings --global
.typings install dt~jquery-mask-plugin --global --save
.npm install --save-dev @types/jquery-mask-plugin
.For configuration options and troubleshooting refer to these repositories:
Before opening a new issue take a look on those frequently asked questions:
Did you read our docs? Yes? Cool! So now... make sure that you have a functional jsfiddle exemplifying your problem and open an issue for us. Don't know how to do it? Use this fiddle example.
We use QUnit and GruntJS. To run our test suit is just run: grunt test
in your console or you can open those test-for*.html
files inside of our test/
folder.
In case you're familiar with Docker here is how you can use it:
docker build -t jquery-mask .
CONTAINER_ID=$(docker run -d -v $PWD:/app/jquery-mask-plugin jquery-mask)
docker exec $CONTAINER_ID sh -c "npm install"
docker exec -it $CONTAINER_ID /bin/bash
grunt test
FAQs
A jQuery Plugin to make masks on form fields and html elements.
The npm package jquery-mask-plugin receives a total of 341 weekly downloads. As such, jquery-mask-plugin popularity was classified as not popular.
We found that jquery-mask-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.