calendar fixes

This commit is contained in:
medet97 2020-04-30 18:25:40 +05:00
parent 3859214dae
commit 09b79f9c7f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
//event.oldValue - Previous value of the modified attribute
//event.newValue - New value of the modified attribute
//Triggered when the selected elements attribute is added/updated/removed
alert(event.attributeName);
alert($('.gj-picker-bootstrap').attr("selectedday").val());
}
});
</script>