Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jquery selector for Datepicker in tabular form

ChaitaliSep 15 2014 — edited Sep 16 2014

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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 14 2014
Added on Sep 15 2014
3 comments
420 views