Some times we have a requirement like have to write some css changes based on id selector.
The ADF components will rendered with some mixed special characters. For this case if you want to find the id, We need do add '\\' before to the special character.
Example:
ADF Actual Rendered ID:pt1:r1:0:pgl13
JQuery ID selector:
$("#pt1:r1:0:pgl13");----------It doesn't work
$("#pt1\\:r1\\:0\\:pgl13")-------It works.
ADF Actual Rendered ID:pt1:r1:0:pgl13
JQuery ID selector:
$("#pt1:r1:0:pgl13");----------It doesn't work
$("#pt1\\:r1\\:0\\:pgl13")-------It works.
Thanks, this is generally helpful.
ReplyDeleteStill, I followed step-by-step your method in this learn salesforce cpq
salesforce cpq online training Hyderabad