标签:class hang car bin this add 改变 cti javascrip
动态节点事件
$("#addPopuForm").on("click", ‘.del-card‘, function () { $(this).parent().remove(); });
事件
focus 获取焦点事件
blur 失去焦点事件
hover 鼠标悬停事件
mouseleave 鼠标移出事件
监听input值改变事件
$(‘#input‘).bind(‘input propertychange‘, function() { }
标签:class hang car bin this add 改变 cti javascrip
原文地址:https://www.cnblogs.com/wangdeguao/p/13360658.html