var SelectBox = function (select, div) {
this.select = select;
this.div = div;
this.divOptions = div.find('.select_options'...
蚂蚁
10年前 (2015-09-23)
4307℃
1评论
1喜欢
/*
author:zhaoyulong
本次封装触屏事件实现触屏操作更加细腻
调用方式:
$(xxx).touchme(event,function(distance,type,axis){
//distance:代表x轴或者y轴偏移(以偏移更多的一个方向为准) ...
蚂蚁
10年前 (2015-09-22)
5343℃
1评论
0喜欢
/*
**************图片预加载插件******************
///作者:没剑(2008-06-23)
///http://regedit.cnblogs.com
///说明:在图片加载前显示一个加载标志,当图片下载完毕后显示图片出来
可...
蚂蚁
10年前 (2015-09-22)
3266℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>仿淘宝无缝滚动</titl...
蚂蚁
10年前 (2015-09-22)
3524℃
0评论
0喜欢
<?php
/*
* 经典的概率算法,
* $proArr是一个预先设置的数组,
* 假设数组为:array(100,200,300,400),
* 开始是从1,1000 这个概率范围内筛选第一个数是否在他的出现概率范围之内,
* 如果不在,则将...
蚂蚁
10年前 (2015-09-22)
3316℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>toolbox</titl...
蚂蚁
10年前 (2015-09-17)
3350℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>3d 选项卡</title...
蚂蚁
10年前 (2015-09-11)
7783℃
3评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>custom select<...
蚂蚁
10年前 (2015-09-10)
2696℃
0评论
0喜欢
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style t...
蚂蚁
10年前 (2015-09-10)
3319℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>九宫格解锁</title&...
蚂蚁
10年前 (2015-09-09)
3633℃
0评论
2喜欢