Popis
Basic Usage Examples
Add a class in the form field.
- (‚span.date, input.date‘).mask(’00/00/0000′);
- (‚span.time, input.time‘).mask(’00:00:00′);
- (‚input.date_time‘).mask(’00/00/0000 00:00:00′);
- (‚input.cep‘).mask(‚00000-000‘);
- (‚input.phone‘).mask(‚(00) 0000-00009‘);
- (‚input.phone_us‘).mask(‚(000) 000-0000‘);
- (‚input.mixed‘).mask(‚AAA 000-S0S‘);
- (‚input.cpf‘).mask(‚000.000.000-00‘);
- (‚input.cnpj‘).mask(‚00.000.000/0000-00‘);
- (‚input.money‘).mask(‚000.000.000.000.000,00‘);
- (‚input.money2‘).mask(‚#.##0,00‘);
- (‚input.ip_address‘).mask(‚099.099.099.099‘);
- (‚input.percent‘).mask(‚##0,00%‘);
Credits
Instalace
Installing „Masks Form Fields“ can be done either by searching for „Masks Form Fields“ via the „Plugins > Add New“ screen in your WordPress dashboard, or by using the following steps:
- Download the plugin via WordPress.org
- Upload the ZIP file through the ‚Plugins > Add New > Upload‘ screen in your WordPress dashboard
- Activate the plugin through the ‚Plugins‘ menu in WordPress
Nejčastější dotazy
-
What is the plugin for?
-
This plugin to add masks in the form’s fields.
Recenze
Autoři
Masks Form Fields je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Masks Form Fields“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “Masks Form Fields” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.4
- Updated Readme description
- Updated jQuery Mask library
- Tested in WordPress 5.5
1.3
- 2019-06-10
- Tested in WordPress 5.2
1.2
- 2017-11-20
- Tested in WordPress 4.9
1.1
- 2017-8-7
- Bug fix: remove date and time mask on body class.
- Add mask only span and input fields.
1.0
- 2016-11-3
- Initial release