热门标签 | HotTags
当前位置:  开发笔记 > 前端 > 正文

jquery动态添加移除onclick

attr()方法设置或返回被选元素的属性值。removeAttr()方法从被选元素中移除属性。这里起先没有明白写成了$(#doctorbtn).attr(onclick)&

attr() 方法设置或返回被选元素的属性值。


removeAttr() 方法从被选元素中移除属性。


//这里起先没有明白写成了$("#doctorbtn").attr("onclick"),添加不了事件

//sendMessageDOCTOR();添加的事件函数名

$("#doctorbtn").attr("onclick","sendMessageDOCTOR();")

//这里移除事件

$('#doctorbtn').removeAttr('onclick');



我是小白,希望帮助更多的小白


推荐阅读
author-avatar
热情连心锁426
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有