I am trying to using jquery.validate.js
to validate a total to be greater than 0?
[...]
On Monday, September 11, 2023 at 3:04:06 PM UTC-5, The Doctor wrote:
I am trying to using jquery.validate.js
to validate a total to be greater than 0?
[...]
Is there a reason why you can't just use the native form functionality?
<form id='blogm'>
<input name='charge_total' type='number' min='0' required>
<button>Submit</button>
</form>
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 469 |
Nodes: | 16 (2 / 14) |
Uptime: | 43:18:37 |
Calls: | 9,449 |
Calls today: | 6 |
Files: | 13,596 |
Messages: | 6,111,874 |
Posted today: | 1 |