随笔分类 -  jQuery

jQuery中ready与load事件的区别
摘要:概述:大家在工作中用jQuery的时候一定会在使用之前这样://document ready$(document).ready(function(){...code...})//document ready 简写$(function(){...code...})有些时候也会这么写://documen... 阅读全文

posted @ 2015-08-23 14:43 SherryIsMe 阅读(180) 评论(0) 推荐(0)

导航