我正在尝试从currentTarget
. 我试过这个,(e.currentTarget.child.attr("data-english"
)
我已经用谷歌搜索了它,但没有找到任何有用的东西,也许我是新的代码,我可能正在查找错误的东西。
这是HTML
< select class="form-control" id="select_fundFamily" name="select_fundFamily" autocomplete="off" >
< option value="stuff" data-english="english" data-family-locallang="model" >
目前在 JQuery 中,e.currentTarget.value;
正在显示选择元素。
有人可以告诉我解决这个问题的方法吗?