Forum Discussion
GiuseppeMacri
6 years agoQrew Captain
$("#ui-id-#.ui-tabs-anchor").css({color: "#FFFFFF"});
isnt working with my IOL script. Thoughts?
------------------------------
GMacri
------------------------------
isnt working with my IOL script. Thoughts?
------------------------------
GMacri
------------------------------
AdamKeever1
6 years agoQrew Commander
Did you see Jordan's comment:
"* just replace the bolded "#" with the appropriate number, which you can find when inspecting element."
It should be something like this:
$("#ui-id-2.ui-tabs-anchor").css({color: "#FFFFFF"});
Use the inspect function of Chrome and you can find the number for yours; cntrl+F using anchor as a search term can help you find it quickly:
------------------------------
Adam Keever
------------------------------
"* just replace the bolded "#" with the appropriate number, which you can find when inspecting element."
It should be something like this:
$("#ui-id-2.ui-tabs-anchor").css({color: "#FFFFFF"});
Use the inspect function of Chrome and you can find the number for yours; cntrl+F using anchor as a search term can help you find it quickly:
------------------------------
Adam Keever
------------------------------