2013年10月16日

$(document).ready()使用讨论

摘要: 一、先为说说 $(document).ready() 的功能: 1. JQuery API对 $(document).ready() 的解释是:当DOM载入就绪可以查询及操纵时绑定一个要执行的函数。2. 我的理解:$(document).ready() 用于当前页面加载完成后,就执行其定义的方法,用于异步加载,提交页面响影的速度,用于在一个页面中包含多个页面的情况(一个页面中使用多个iframe)。二、使用方法如下: 1. 将页面中使用iframe的地方使用div代替;并定义div的ID属性。代码示例如下:Java代码 2. 在js定义$(document).ready(),代码示例如下:Js 阅读全文

posted @ 2013-10-16 19:10 HOT SUMMER 阅读(745) 评论(0) 推荐(0)

财付通和支付宝资料收集

摘要: http://hi.baidu.com/wshe505/item/bf96b803f04c0332a3332a82https://b.alipay.com/order/productDetail.htm?productId=2012111200373124&tabId=4#ps-tabinfo-hashhttp://www.thinkphp.cn/code/240.htmlhttp://open.tenpay.com/wiki/index.php/API%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3-PHP_SDK 阅读全文

posted @ 2013-10-16 11:26 HOT SUMMER 阅读(222) 评论(0) 推荐(0)

导航