gpt4 book ai didi

jquery - 禁用图像标签上的 onclick 功能

转载 作者:行者123 更新时间:2023-12-03 22:31:14 24 4
gpt4 key购买 nike

jQuery 如何禁用 <img> 上的点击标签

$("#ico_cal_id").attr('disabled', 'disabled') or
$("#img_id").attr('disabled', 'disabled') is not working

下面是我的代码:

<span id="img_id"><src="ico_calendar.png" id="ico_cal_id" style="cursor: pointer"; onlick="showCalendar(this,'startDay','startMonth','startYear');" /></span>

每当我点击calendar_image时,日历就会弹出

有什么想法吗?

最佳答案

试试这个:

$("#ico_cal_id").prop("onclick", false);

有关 prop() 的更多信息 here .

关于jquery - 禁用图像标签上的 onclick 功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8685127/

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