Hello Guys, i have form that is more complex for me, a lot of jquery
function on it,
There is two way buy product
- If serial number entering automatically qty
has default 1 and cannot edit cause i make readonly
- if
serial number not entering user can buy product more
than 1
Problem is when user doesn't entering serial number
then buy same product more than stock i'm success make alert but when user buy entering
serial number i cant make alert it, what should i do cause in this
function i give some event but not working too
- $(document).on('keyup,
change, blur', '.qty', function()
What should i do to make keyup working too, Thanks a lot for
any respon guys