gpt4 book ai didi

javascript - 从 ngFocus 获取具有焦点的元素

转载 作者:行者123 更新时间:2023-12-03 08:21:34 26 4
gpt4 key购买 nike

有没有办法获取触发 ngFocus 或 ngBlur 的元素的innerHTML?

<textarea ng-focus="focus()"></textarea>

然后在我的 Controller 中我有

$scope.focus = function() {
//I need innerHTML here of the textarea that triggered me
}

最佳答案

focus(this)

不会将 DOM 元素传递给函数 focus(this)。这里 this 将引用范围。如果您想访问 DOM 元素,请使用 focus($event)。在回调函数中可以通过 event.target

获取 DOM 元素

Source copied from http://stackoverflow.com/a/13000154

关于javascript - 从 ngFocus 获取具有焦点的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33729898/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com