摘要:
效果示例: 个人的练习代码: 完善版: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .shadow{ position: fixed; background-c 阅读全文
摘要:
1.常用事件, 按住shift键实现同步选择效果,搜索框联想效果 2.阻止事件冒泡 3.事件委托 4.使用 $(document).ready(function (){...}) 实现文件加载完绑定事件 一.常用事件 mouseover和mouseenter的区别: 1.keydown和keyup事 阅读全文