摘要: 1.jquery ajax自己常用写法如下:$.post(url,data,function(data){ //data为返回的数据});$.post写法1 $.get(url,data,function(data){2 //与post相同,只是传输方式不同3 });$.get写法 1... 阅读全文
posted @ 2015-05-22 17:51 雷林007 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 引入顺序:function() 1 $.fn.consFont = function (speed,split,startTime){ 2 if(!startTime) startTime = 0; 3 var count = 0; 4 var timer; 5 ... 阅读全文
posted @ 2015-05-22 15:44 雷林007 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1 $('li').click(function(){ 2 $(this).css({ 3 'background-color': function(){ 4 return 'red'; 5 }, 6 'height... 阅读全文
posted @ 2015-05-22 11:04 雷林007 阅读(262) 评论(0) 推荐(0) 编辑