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 change background color of select list which is disabled

Bp21-OracleJul 8 2013 — edited Jul 9 2013

Hi,

I want to change background color of disabled select list. I have written following:

function testjquery() {

if( $('.selectlist').attr('disabled') == "disabled")

  $(this).css('background-color','#cccccc');

}

It is not working. Can anyone help me with this?

Thanks!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 6 2013
Added on Jul 8 2013
2 comments
540 views