› Forums › General discussion › VLOOKUP › Reply To: VLOOKUP
April 23, 2020 at 09:17
#29581
Participant
Hi Alex,
You are right! Apparently after the jQuery nothing is logged , however they are some errors that come up . I have attached for your reference
jQuery(“#dffs_dias”).on(“change”, function () {
dias = Number(this.value);
console.log(dias);
console.log(balance);
if (dias > balance) {
spjs.dffs.toggleSaveBtnByRule(false);
spjs.dffs.alert({
“title”: “To many hours requested”,
“msg”: “You only have ” + balance + ” hours available.”
});