W
|
wildwally 4/19/2013 |
Does anyone know how to trigger the javascript onload event when the datepicker selected the date? When I used the script like this var svdate = Runner.getControl(pageif, ' sv_actual_date'); svdate.on('change', function(){ alert("new date changed"); }) The result is failed when I used datepicker to input the date. However, when I input the date manually. The event was run successfully.
|
D
|
dannylcy author 4/21/2013 |
should that not be pageid not pageif
|