博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
基于jquery的可拖动div
阅读量:5026 次
发布时间:2019-06-12

本文共 2296 字,大约阅读时间需要 7 分钟。

昨天给大家介绍了,今天要给大家分享一款基于jquery的可拖动div。这款可拖动div只要引用jquery就可以,无需引用jquery ui。还实时记录的鼠标的坐标。一起看下效果图吧。

   

实现的代码。

html代码:

css代码:

.noselect        {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } html {
width: 100%; height: 100%; } body {
background: radial-gradient(#ACBEC8, #3A4E57); margin: 0; width: 100%; height: 100%; font-family: 'Raleway' , sans-serif; } .testtext {
width: 100%; color: white; text-align: center; display: inline-block; padding-top: 30vh; font-size: 48px; text-shadow: 0 0 6px #333; } .text {
width: 100%; color: white; text-align: center; display: inline-block; padding: 40px 0; font-size: 48px; line-height: 30px; } .text a {
text-decoration: none; font-size: 15px; line-height: 20px; color: white; } .window {
width: 500px; height: 300px; background: #181818; margin-left: -250px; left: 50%; position: absolute; } .pew {
width: 100%; height: 30px; text-align: center; line-height: 30px; color: #111; background: #E31836; cursor: default; } .container {
width: 100%; height: calc(100% - 30px); color: #eee; padding: 35px 0 0 0; text-align: center; font-size: 36px; }

注:本文原创文章,转载请注明原文地址:

转载于:https://www.cnblogs.com/liaohuolin/p/4039435.html

你可能感兴趣的文章
[HNOI2012]永无乡 线段树合并
查看>>
Spring整合hibernate:3、使用XML进行声明式的事务管理
查看>>
SqlServer之Convert 函数应用格式化日期(转)
查看>>
软件测试领域中的10个生存和发展技巧
查看>>
Camera前后摄像头同时预览
查看>>
HDU 1856
查看>>
课堂作业01--架构师的职责
查看>>
iOS计算富文本(NSMutableAttributedString)高度
查看>>
2017/09/15 ( 框架2)
查看>>
Centos下源码安装git
查看>>
gulp-rev-append md5版本号
查看>>
IO流之File类
查看>>
sql 基础语句
查看>>
CF717A Festival Organization(第一类斯特林数,斐波那契数列)
查看>>
oracle直接读写ms sqlserver数据库(二)配置透明网关
查看>>
控件发布:div2dropdownlist(div模拟dropdownlist控件)
查看>>
Oracle composite index column ordering
查看>>
ActiveReports 报表控件官方中文入门教程 (3)-如何选择页面报表和区域报表
查看>>
kaggle竞赛
查看>>
区块链入门教程
查看>>