我有一个带有 onclick 方法的元素.
I have an element with an onclick method.
我想在另一个函数中激活该方法(或:假点击此元素).
I would like to activate that method (or: fake a click on this element) within another function.
这可能吗?
如果你使用的是 JQuery,你可以这样做:
If you're using JQuery you can do:
$('#elementid').click();
这篇关于假“点击"激活 onclick 方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!