会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HardSugar
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
下一页
2018年10月20日
html form表单
form表单解释
Read More
posted @ 2018-10-20 22:07 wisdomns
Views(76)
Comments(0)
Diggs(0)
2018年10月11日
js和html
Source
Read More
posted @ 2018-10-11 22:44 wisdomns
Views(100)
Comments(0)
Diggs(0)
$.extend({},options)
Source
Read More
posted @ 2018-10-11 22:13 wisdomns
Views(418)
Comments(0)
Diggs(0)
2018年7月16日
SecureCRT背景色改变
来源
Read More
posted @ 2018-07-16 17:33 wisdomns
Views(132)
Comments(0)
Diggs(0)
2018年7月1日
set -x
解释
Read More
posted @ 2018-07-01 18:18 wisdomns
Views(109)
Comments(0)
Diggs(0)
2018年6月27日
shell脚本传参
shell脚本传参
Read More
posted @ 2018-06-27 17:27 wisdomns
Views(136)
Comments(0)
Diggs(0)
2018年6月19日
$(this)和this
$(this)属于jQuery,this属于js。 举个栗子先, alert($(this)); 弹出的结果是[object Object ] alert(this); 弹出来的是[object HTMLImageElement] $("#desktop a img")就是上文所指的$(this),
Read More
posted @ 2018-06-19 14:57 wisdomns
Views(239)
Comments(0)
Diggs(0)
2018年6月15日
return this.each(function ())
this.each()执行完返回的是this,这时候再return this.each(),返回的依旧是this,而这个this上下文又是指代$(‘[title]‘),意味着你可以在colorTip()后继续加其他方法,比如:
Read More
posted @ 2018-06-15 22:35 wisdomns
Views(593)
Comments(0)
Diggs(0)
2018年6月13日
$、fn
$ $ 是JQuery的别称,可以代替JQuery,定义为 "选取" fn 资源来源 先看两个例子: 两个例子区别在于$.后有无fn,jQuery为开发插件提拱了两个方法,分别是: 我们来看看fn的定义 jQuery.fn.extend(object);是对jQuery.prototype进得扩展,
Read More
posted @ 2018-06-13 16:01 wisdomns
Views(196)
Comments(0)
Diggs(0)
(function($){...})(jQuery)
资料来源 (function($){...})(jQuery)实际上是匿名函数function(arg){...}的变形。 function(arg){...} 定义了一个匿名函数,参数为arg,实参写在函数后面的{...}中,由于操作符的优先级,函数本身也需要用括号,即(function(arg)
Read More
posted @ 2018-06-13 10:41 wisdomns
Views(183)
Comments(0)
Diggs(0)
上一页
1
2
3
4
下一页
公告