Handle an Element blur event. JavaScript, JavaScript (ESNext). 1. 2. 3. element.on('blur', function(event) { // Handle blur event });
確定! 回上一頁