随笔分类 -  前端开发

摘要:Q:客户端如何配置? connection 配置will参数; var mqtt = require('mqtt') mqtt.connect({ useSSL: false, protocol: 'https:' window.location.protocol ? 'wss' : 'ws', p 阅读全文
posted @ 2022-04-11 12:04 夏夏夏夏夏夏夏 阅读(391) 评论(0) 推荐(0)
摘要:While it’s cool to make a custom element like we did the the previous cast, it’s actually more common to do things like create custom attributes. Thes... 阅读全文
posted @ 2014-06-12 11:20 夏夏夏夏夏夏夏 阅读(1089) 评论(0) 推荐(0)
摘要:2022.04.06更新 推荐用videoJs 以下为原文: Html5 Video是现在html5最流行的功能之一,得到了大多数最新版本的浏览器支持.包括IE9,也是如此.不同的浏览器提供了不同的原生态浏览器视频空间.我们制作自定义视频控件为了在所有的浏览器中有一个相同的Html5视频控件而不受默 阅读全文
posted @ 2013-03-01 17:43 夏夏夏夏夏夏夏 阅读(39688) 评论(9) 推荐(4)
摘要:jscrollpane-一款由jQuery支持下非常好用的滚动条插件,Kelvin Luck编写slider -http://www.cnblogs.com/wtcsy/archive/2010/03/11/1683537.html/Files/lucker/滚动条Slider.rar 阅读全文
posted @ 2012-10-09 18:10 夏夏夏夏夏夏夏 阅读(923) 评论(0) 推荐(0)
摘要:简单应用于列表不同行双色排列以下为实例代码 jQuery(".list li").each(function(i){varmod=(i+2)%2;//alert(mod);if(mod==0){jQuery(this).addClass("class");}else{jQuery(this... 阅读全文
posted @ 2012-07-26 14:40 夏夏夏夏夏夏夏 阅读(759) 评论(0) 推荐(0)
摘要:uploadify ,简单实用的flash上传组件,兼容性良好。 现已有html5版本。官方地址:http://www.uploadify.com/官方英文文档:http://www.uploadify.com/documentation/Demos Download使用方法(.net版本):前台... 阅读全文
posted @ 2012-06-15 16:10 夏夏夏夏夏夏夏 阅读(5798) 评论(2) 推荐(0)

© 2014 Tea.Fish Do't Retain Any Rights. 版权没有,随意粘贴