06 2016 档案

$.ajax()方法详解
摘要:1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。 3.timeout: 要求为Number类型的 阅读全文

posted @ 2016-06-30 20:12 刘顺利 阅读(193) 评论(0) 推荐(0) 编辑

jquery 焦点事件
摘要:$(function () { $('.search_input').bind({ focus: function () { if (this.value == this.defaultValue) { ... 阅读全文

posted @ 2016-06-29 18:02 刘顺利 阅读(444) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示