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!

hide a button using javascript

825195Apr 23 2011 — edited Apr 23 2011
i have a button whose action when clicked is set to redirect to URL and in target i have written
  javascript: $('#dept').hide();   // it works fine and hides a region
   javascript: $('#saveTA').hide();  //does not hide the button

  NOTE: the button saveTA and the one i m clicking to hide it are in different regions. can tat be a matter?

  
where saveTA is the static id of the button that i want to hide. using this technique, i can hide relevant regions but same function and technique isnt working to hide a button.

help is drastically requested.
This post has been answered by 438381 on Apr 23 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2011
Added on Apr 23 2011
3 comments
194 views