HI Ellen,
please show us some screen shots to clarify your problem.
Regards.
HI Ellen,
please show us some screen shots to clarify your problem.
Regards.
Hi Ellen,
Thanks it's clear for this time. So "mobilelabel_596" is label inside your list item which you populate with some value.
For this goal:
Delete current link and JS code from current component.
Details: http://prntscr.com/6qz3e3/direct
Click "JS" for root listitem component.
Details: http://prntscr.com/6qz3xz/direct
Populate it with following JS code:
pre
var color = jQuery(element).find('[name="mobilelabel_596"]').text());
//Don't understand this condition. May be you need change it. I
if (color == "true" ) {
//Change color for "mobilelabel_588name" component.
jQuery(element).find('[name="mobilelabel_588name"]').css({'color':"#900"});
}
/pre
Regards.