摘要: https://www.jianshu.com/p/28e3b4d61945 阅读全文
posted @ 2019-03-13 16:28 Mr_rain 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 使用jquery的.attr( )方法去给div隐藏,这样写的 $("#div_id").attr("display","none"),发现并没有生效,但是docunment.getElementById("div_id").style("display","none")就生效了。 而且再调试的时候 阅读全文
posted @ 2019-03-13 16:26 Mr_rain 阅读(3443) 评论(0) 推荐(1) 编辑
摘要: ajax诠释 ajax 的全称是Asynchronous JavaScript and XML,其中,Asynchronous 是异步的意思,它有别于传统web开发中采用的同步的方式。 ajax所包含的技术 大家都知道ajax并非一种新的技术,而是几种原有技术的结合体。它由下列技术组合而成。 1.使 阅读全文
posted @ 2019-03-13 16:25 Mr_rain 阅读(1686) 评论(0) 推荐(0) 编辑