api地址

环信      http://docs.easemob.com/im/400webimintegration/30singlechat

手机网页提示框插件  http://layer.layui.com/mobile/

MUI                 http://dev.dcloud.net.cn/mui/

boot cdn网站js   http://www.bootcdn.cn/?

angularjs学习文档    http://www.runoob.com/angularjs/angularjs-examples.html

学习    http://www.w3school.com.cn/html5/html_5_canvas_vs_svg.asp

图片轮播 http://www.jq22.com/jquery-info70

微信小程序  http://www.w3cschool.cn/weixinapp/weixinapp-app.html

bootstrap图片http://getbootstrap.com/components/

h5摄像头  http://jingyan.baidu.com/article/63f2362833b9010208ab3d39.html

http://blog.csdn.net/journey191/article/details/40744015

人脸识别  http://apistore.baidu.com/apiworks/servicedetail/464.html

linux安装ffmpeg和MP3编码库http://blog.csdn.net/qinggebuyao/article/details/20933497

http://blog.chinaunix.net/uid-11344913-id-3930867.html

http://www.2cto.com/os/201603/494063.html

hbuilder打包app       http://ask.dcloud.net.cn/article/308

react入门http://www.ruanyifeng.com/blog/2015/03/react.html

-------------------------------------------------------------------------------------------------------

HBuilder WampServer


-----------------------------------------------------------------------------------------------------

msql分页原理和优化  http://blog.csdn.net/mr253727942/article/details/46352085

------------------------------------------------------------------------------------------------------

jq常用属性

-------------------------------------------------------------------------------------------------------

判断div的是否隐藏属性

$(function(){
	$(".run-button").focus().click(function(){
		if($('.test').is(':visible')){
				$('.test').hide().next().text('注意:div被隐藏了!');
			}else{
			$('.test').show().next().text('div显示,能看见');
				}
//用基本选择器 :hidden 也行
//		if($('.test').is(':hidden')){
//			$('.test').show().next().text('div显示,能看见');
//			}else{
//				$('.test').hide().next().text('注意:div被隐藏了!');
//				}
            })
	})

---------------------------------------------------------------------------------------------------------------

同一个div在ios中同时拥有touch和click,click时间会失效,在touch事件中的file.click()会失效。


----------------------------------------------------------------------------------------------------------------

js图片加载


var img=new Image();
img.src="images/an/top_an2.png";
img.οnlοad=function(){
alert(this.width);
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值