Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Maybe you could try:
<script> $(document).ready(function() { $('.timeselector-value').click(function() { alert("Hi!"); }); }); </script>
Hi,
Does anyone know how can we get the value on change using timepicker? It works on datepicker, but not timepicker. Here is my code:
$('input[name="startTime"]').on( 'change', function() {
alert("Hi!");
});
But, no value is popup. I even try using .click(), live.('click') also doesnt work. Appreciate if you guys can help.
Thanks.