<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>计算器</title&...
蚂蚁
10年前 (2015-06-18)
3734℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</t...
蚂蚁
10年前 (2015-06-16)
5046℃
1评论
0喜欢
闭包(closure)是Javascript语言的一个难点,也是它的特色,很多高级应用都要依靠闭包实现。
下面就是我的学习笔记,对于Javascript初学者应该是很有用的。
一.什么是闭包
JS中,在函数内部可以读取函数外部的变量
function outer(){
...
蚂蚁
10年前 (2015-06-15)
3786℃
0评论
0喜欢
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Genera...
蚂蚁
10年前 (2015-06-15)
4952℃
0评论
0喜欢
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"...
蚂蚁
10年前 (2015-06-15)
3809℃
0评论
0喜欢
在代码里加入以下代码:
<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script t...
蚂蚁
10年前 (2015-06-12)
4038℃
0评论
0喜欢
搜索这个函数:
Modal.prototype.adjustDialog
修改为
Modal.prototype.adjustDialog = function () {
var modalIsOverflowing = this.$element[0].s...
蚂蚁
10年前 (2015-06-10)
5989℃
0评论
1喜欢
html(只要class对就行了)
class="mess-content"
组件
(function($) {
$.fn.HideMore = function(options) {
var defaults = {
length: 12,
s...
蚂蚁
10年前 (2015-06-09)
4446℃
1评论
5喜欢
弹出内容由后台给。
双击空白地方关闭,
监听窗口大小更改
可以到控制台看看效果
zdialog.show('你的标题','你的内容')
html
<a href="javascript:void(0);" onclick="zdialog.show()" cla...
蚂蚁
10年前 (2015-06-03)
3693℃
0评论
2喜欢
html
<a href="javascript:void(0);" class="btn-submit">我要报名</a>
<div id="fullbg"></div>
<div id="dialog"&g...
蚂蚁
10年前 (2015-06-03)
3488℃
0评论
1喜欢