📅  最后修改于: 2022-03-11 15:01:28.081000             🧑  作者: Mango
$(document).ready(function() { // attach a handler to an event for the elements
$("#demo").bind('blur', function(e) {
//dom event fired
});
});