D
|
Dale 7/2/2011 |
Just a quick stab, should it not be onchange instead of just change ????? |
G
|
giwi_dev author 7/2/2011 |
Thanks, but that did not work. |
C
|
cgphp 7/2/2011 |
this works ctrlStartDate.on('click', setTotal); ctrlEndDate.on('click', setTotal); but i don't want the user to first choose a date without anything 'happening' only after they they click in the date edit box I'm probably missing something obvious Thanks for any advice you can provide
$('#second_field_id').trigger('click'); |
G
|
giwi_dev author 7/3/2011 |
>>After you have computed the difference, try to trigger the click event on a different field |
C
|
cgphp 7/3/2011 |
Please, post the js code. |
G
|
giwi_dev author 7/4/2011 |
i use this code in the onpageload call |