Hi All,
Can any one please tell me what jquery selection type should I use for datepicker?
I have two columns in my tabular form one is select list and other is datepicker. Both are APEX_ITEM having item as f01 and f02 respectively.
on change of select list value I need a alert, so i used:
Dynamic Action
Event : Change
Selection Type : jQuery Selector
jQuery Selector : select[name="f01"]
Above dynamic action is working fine for select list column
But it is not working for datepicker
Dynamic Action
Event : Change
Selection Type : jQuery Selector
jQuery Selector : select[name="f02"]
Can any one please help me in implementing dynamic action on datepicker on tabular form?