2017年2月17日

css3动画知识点

摘要: 杨龙飞 杨龙飞 杨龙飞 杨龙飞 杨龙飞 <!DOCTYPE html><html><head><style> div{width:100px;height:100px;background:red;animation:myfirst 5s;-moz-animation:myfirst 5s; /* 阅读全文

posted @ 2017-02-17 15:58 杨龙飞 阅读(387) 评论(0) 推荐(0) 编辑

ajax防止重复提交

摘要: //防止重复提交 var pendingRequests = {}; jQuery.ajaxPrefilter(function( options, originalOptions, jqXHR ) { var key = options.url; i=0; i++; console.log(key 阅读全文

posted @ 2017-02-17 09:41 杨龙飞 阅读(246) 评论(0) 推荐(0) 编辑

导航

Fork me on GitHub