calendar fixes

This commit is contained in:
medet97 2020-04-30 18:27:23 +05:00
parent 09b79f9c7f
commit 443c83557f
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($('.gj-picker-bootstrap').attr("selectedday").val());
alert($("#datepicker").val());
}
});
</script>