如何在按下按钮后激活脚本? [JQuery]
按下按钮时我需要激活 cpa 线索。
code:
<script type="text/javascript" src="http://www.cpalead.com/mygateway.php?pub=52514&gateid=NjE1Njk%3D"></script>.
按钮只是
所以我需要在单击按钮后激活 。请帮忙?
I need to activate cpa lead when the button is press.
code:
<script type="text/javascript" src="http://www.cpalead.com/mygateway.php?pub=52514&gateid=NjE1Njk%3D"></script>.
And the button is just <input type="button" />
So I need to activate the <script>
after the button is clicked. Help please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将拥有此按钮:
然后您的 JS 代码
未经过测试,但如 JQuery 文档中所述,它应该可以工作...
参考:
You will have this button as:
and then your JS Code
Not tested, but as documented in the JQuery documentation, it should work...
References: