摘要: 1. a map of the triangular trade system Commerce in People: The Atlantic Slave Trade The Atlantic slave trade and slavery in the Americas represented 阅读全文
posted @ 2020-08-03 18:04 Jasper2003 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 示例 3 : 键盘 keydown 表示按下键盘keypress 表示按住键盘keyup 表示键盘弹起这三者的区别分别表现在发生的 先后顺序,获取到的键盘按钮值,已经对输入框的文本取值这三方面先后顺序: 按照 keydown keypress keyup 顺序发生键盘按钮值:通过event对象的wh 阅读全文
posted @ 2020-08-03 17:12 Jasper2003 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 示例 1 : 加载 页面加载有两种方式表示1. $(document).ready();2. $(); 这种比较常用图片加载用load()函数 <script src="https://how2j.cn/study/jquery.min.js"></script> <script> $(docume 阅读全文
posted @ 2020-08-03 12:11 Jasper2003 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 示例 1 : 获取 通过attr()获取一个元素的属性 <script src="https://how2j.cn/study/jquery.min.js"></script> <script> $(function(){ $("#b1").click(function(){ alert("alig 阅读全文
posted @ 2020-08-03 09:27 Jasper2003 阅读(187) 评论(0) 推荐(0) 编辑