1 Star 0 Fork 0

recover / rangeUtil.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
recover 提交于 2017-05-31 15:33 . fix bug
<!DOCTYPE html>
<html>
<head>
<script src="http://www.jq22.com/jquery/jquery-2.1.1.js"></script>
<script type="text/javascript" src="./rangeUtil.js"></script>
<title>test</title>
<style type="text/css">
*{
margin: 0;
}
</style>
</head>
<body>
<script>
var changeScale = $("<div style='height:40px;width:250px;display: inline-block' />");
$("body").append(changeScale);
range = new rangeUtil({father_box: changeScale,
rangebox_css: {
position: 'absolute',
top:'40px',
width: '10px',
height: '10px',
'border-radius': '50%',
'background-color': '#f2f2f2',
'box-shadow': '2px 2px 2px rgba(0,0,0,.2)'
},
type:2}).registCallback(function (data){
})
</script>
</body>
</html>
JavaScript
1
https://gitee.com/heidi2176/rangeUtil.js.git
git@gitee.com:heidi2176/rangeUtil.js.git
heidi2176
rangeUtil.js
rangeUtil.js
master

搜索帮助