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: | 250 |
Nodes: | 16 (2 / 14) |
Uptime: | 91:00:20 |
Calls: | 5,510 |
Calls today: | 5 |
Files: | 11,669 |
Messages: | 5,087,520 |