グラフが含まれている場合は、タイプ「.dxpc-content img」のすべての要素をループしたいと思います...次に、次の属性「id」を取得して、グラフのPerformCallbackメソッドを呼び出します。
私はこれを次のように試しています:
$('.dxpc-content img').each(
function () {
if ($(this).attr("id").attr("id")) {
alert("contains chart");
if ($(this) && $(this).attr('id').attr('id') && window[$(this).attr('id').attr('id')].PerformCallback) {
window[$(this).attr('id').attr('id')].PerformCallback("stat" + "," + brokerStats);
}
}
}
Chrome開発ツールで要素を調べると、次のようになります。