Minimum number
-
Hi,
Using this function:
function custom_masks_form_fields() { ?> <script type="text/javascript"> jQuery(document).ready(function($){ $("input[name='money']").mask('000.000.000.000.000', { reverse: true }); }); </script> <?php } add_action('wp_footer', 'custom_masks_form_fields', 111);
How can set a minimum number, ie a min amount of money, for example restrict the number to start from 0 ?
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Minimum number’ is closed to new replies.