blog 换成https协议了。。。
但是坑爹以及苦逼的事情来了。。
blog里引用了好多第三方的插件。。。
一些比较明智的插件还好说,能够自动切换http和https请求,但是。。就TM有几个bt。。例如bdshare.
对于有强迫症的程序猿来说,这怎么可以。。。。必须可用。
...
苏 demo
8年前 (2017-02-24)
3478℃
0评论
0喜欢
备注说明:ecshop 数据库 region表数据。
demo 控件示例下载:
texiao
转载请注明:苏demo的别样人生 » html5手机页面城市选择控件(ecshop region表数据)...
苏 demo
8年前 (2017-02-21)
3376℃
0评论
1喜欢
代码示例:
<DIV id="CountMsg" class="HotDate">
<span id="t_d">00天</span>
<span id="t_h">00时</span>
&...
苏 demo
8年前 (2017-01-16)
3926℃
0评论
0喜欢
//
jquery中绑定事件一般使用bind,或者click,但是这只能是对已经加载好的元素定义事件,那些后来添加插入的元素则需要另行绑定。在1.7版本以前使用live。但是在1.8版本以后推荐使用on。
代码示例:
<div id="testd...
苏 demo
8年前 (2016-12-15)
2959℃
0评论
0喜欢
if ( $("#someID").length > 0 ) {
$("#someID").text("hi");
}
注意 :判断某个页面元素存在与否在jQuery实际上是没有必要的,jQuery本身会忽略 对一个不存在的元素进行操作,并且不会报错。
转载请注明:...
苏 demo
8年前 (2016-12-12)
2668℃
0评论
0喜欢
下载:
1157
转载请注明:苏demo的别样人生 » jQuery信息提示弹出层插件...
苏 demo
8年前 (2016-11-26)
2784℃
0评论
0喜欢
css代码:
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
us...
苏 demo
8年前 (2016-11-26)
4362℃
0评论
0喜欢
bootstrap有很漂亮的按钮组件
任何赋予.btn类的页面元素都会显示按钮样式。不过,通常是用于更好的表现<a> 和 <button> 页面元素。可以在bootstrap基本模版里写一个a 或者button 给class 以下的类看一下样式
按钮的大...
苏 demo
8年前 (2016-10-23)
3184℃
0评论
1喜欢
废话不多说,上代码:
示例下载:test
<html>
<head>
<title>css3动画实现超酷loading特效</title>
<style type="text/css">...
苏 demo
8年前 (2016-10-13)
3292℃
0评论
1喜欢
uploadify 返回值(回调函数)总结:
$(function() {
$('#file_upload').uploadify({
'formData' : {
'timestamp' : '<?php echo $...
苏 demo
8年前 (2016-09-27)
3813℃
0评论
0喜欢