该文被密码保护。 阅读全文
posted @ 2015-12-14 17:30 cacti_vc 阅读(9) 评论(0) 推荐(0)
摘要: 今天主要记录一下弹出框拖拽效果:一、移动弹出窗口的步骤是:按下鼠标左键——移动鼠标——松开鼠标左键停止移动二、主要思想:按下鼠标左键:$('div').mousedown(function(e){})移动鼠标,获取鼠标当前坐标值:$(document).mousemove(function(e){}... 阅读全文
posted @ 2015-12-14 14:29 cacti_vc 阅读(416) 评论(0) 推荐(0)