- 浏览: 10560 次
- 性别:
- 来自: 广州
最新评论
文章列表
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<script src="jquery-1.8.3.js"></script>
<script>
jQuery.fn.extend({
/**
* 自定 ...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test</title>
<script src="jquery.js"></script>
<style>
body,ul,li{margin:0;padding:0;}
ul,li{lis ...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test</title>
<script src="jquery.js"></script>
<style>
body,ul,li{ padding:0; margin:0;}
a,a:link,a ...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test</title>
<script src="jquery.js"></script>
<style>
body,ul,li{ padding:0; margin:0;}
ul,li{ ...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test</title>
<script src="jquery.js"></script>
<style>
:hover{} /*for ie7*/
html,body,ul,li{
mar ...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test</title>
<script src="jquery.js"></script>
<style>
:hover{} /*for ie7*/
html,body,ul,li{
mar ...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="jquery-1.8.3.js"></script>
<script>
var eventWrap={};
var eventIdKey='eventId'+new Date().getTime( ...
var _Deferred=function(){
var callbacks=[],fired;
var method={
done:function(func){
callbacks.push(func);
if(fired){
method.resolveWith(fired[0],fired[1]);
}
return this
},
resolveWith:function(context,args){
args=args || [];
fired=[context,args];
while ...
// Copyright 2006 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl ...