如何触发 HTMLEditorExtender 的焦点事件
我正在使用 HTMLEditorExtender,它是 AJAX Control Toolkit 的一部分,并且我正在尝试清除其焦点文本。但是它没有 on-focus
事件,并且基本的 jQuery 将无法工作。
所以我的问题是如何触发 ASP.NET HTML 编辑器的焦点事件?
I am using the HTMLEditorExtender that is part of the AJAX Control Toolkit, and I am trying to clear its text on focus. But there is no on-focus
event for it, and the basic jQuery won't work.
So my question is how do I trigger an on-focus event for an ASP.NET HTML editor?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有提供 html,因此我们可以为您提供最好的选择:
将“选择器”更改为适合您的元素的
Jquery
选择器。You didn't provide your html so this the best we can give you:
change the 'selector' to
Jquery
selector that fits your's element.