i wanted the XML attributes values which comes on page using Jquery should get underline at specific Character.
can any one please help me on this.?
Thank you in advance.
$(menuGroup).append('<a href="#" id="'+menuGroupName+'" onclick="SearchByDE(this.id)" title="'+menuTooltipNote+'" accesskey="'+menuAccessKey+'" class="hasSubMenu left_nav_menu">'+'<p style="padding-top:6px;">'+menuGroupName+'</p>'+'</a>');
CSS:
JS:
I still don't see any dependency on XML in this. Maybe the menu data comes from XML, but I don't see how that matters for the formatting.