Hi,
Onchange event is only for select types. How to check if there are changes made to other lightbox sections (e.g. time section)?
Hi,
Onchange event is only for select types. How to check if there are changes made to other lightbox sections (e.g. time section)?
I made it work using jquery.
$(’.gantt_time_selects select’).change(function(){
alert(“Called”);
});
Please let me know if you have other alternatives.