easyui-window JQuery获取title的值
https://www.jeasyui.net/plugins/180.html
就是这个东西,我看我同事直接操作dom,我想这有JQuery选择器了,不用写那么长的东西了吧,但是找不到JQuery获取的办法
例如 document.getElementById("mapping_window").parentNode.children[0].children[0].innerHTML = "abc"
回答
这样
$('.easyui-window .a .b')[0]