<table id="financial101_tab1" class="dxrpControl_Moderno dxrpWithoutHeader_Moderno">
<tbody>
<tr>
<td id="financial101_tab1_RPC" class="dxrp dxrpcontent">
<input id="BlockControlfinancial101_tab1ATI" type="hidden" value="1" name="Block..."></input>
<div id="BlockControlfinancial101_tab1" class="dxtcLite_Moderno dxtc-top">
<ul id="BlockControlfinancial101_tab1_TC" class="dxtc-strip dxtc-stripContainer">
<li id="BlockControlfinancial101_tab1_T0" class="dxtc-tab dxtc-lead">
<a class="dxtc-link">
<b class="dxtc-text dx-vam">
Гисторгамма
I am not requesting any modification to the text within the class.
<b class="dxtc-text dx-vam">
and background of
<li id="BlockControlfinancial101_tab1_T0" class="dxtc-tab dxtc-led">
I attempted
$(".dxrpControl_Moderno.dxrpWithoutHeader_Moderno").each(function ()
{
if ($(this).find(".dxtc-tab.dxtc-lead").find(".dxtc-link").find("dxtc-text.dx-vam").text() == "Гистограмма")
{
alert("Гистограмма");
}
});
However, I did not receive any notification.