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!

how to hide the page item with the label together in Javascript

Jian-cdoDec 5 2017 — edited Dec 5 2017

Hello,

I need to hide/show a page item based on another checkbox, while the label always displays when I tried the following in Javasript:

     document.getElementById('P8_COMMENTS').style.visibility = 'hidden';

     $('#P8_COMMENTS').hide().parent().hide();

    $('#P8_COMMENTS').parent().hide();

Any other idea?  Thanks.

This post has been answered by Jian-cdo on Dec 5 2017
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 2 2018
Added on Dec 5 2017
1 comment
641 views