calendar fixes
This commit is contained in:
parent
3859214dae
commit
09b79f9c7f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue