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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JQuery selector - identify child tag

Jozef Demovic SVKFeb 20 2014 — edited Feb 20 2014

Hi Experts,

I need a little help with identify of the label of my item(s) with jQuery selector.

I have some DA - Set Style ( when Page Load) font-weight to BOLD

I can't assign the correct JQuery selector for item's Label - it is the problem.

I have some item: #P3_FROM_BANK_CONTAINER. There is the label tag for it.

I tried to use: #P3_FROM_BANK_CONTAINER > label

It doesn't works.

When i just use: #P3_FROM_BANK_CONTAINER

Input text is bold. But i need the label to be bold !

If i create the CSS Rule with the FIREBUG: the same selector - "#P3_FROM_BANK_CONTAINER > label"

Everything works good.

Where the problem should be ?

Apex won't works with " parent > child " jQuery selectors ?

Regards

J

This post has been answered by Jozef Demovic SVK on Feb 20 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2014
Added on Feb 20 2014
7 comments
658 views