
HTML5
文章平均质量分 84
iteye_2864
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTML5拖放功能的注意点
首先看如下代码 [code="java"] #div1 {width:200px;height:200px;padding:10px;border:1px solid #aaaaaa;} function allowDrop(ev){ ev.preventDefault(); } function drag(ev){ ...原创 2012-09-24 21:07:48 · 131 阅读 · 0 评论 -
【转】浏览器地理位置(Geolocation)API 简介
转自[url]http://www.zhangxinxu.com/wordpress/?p=1725[/url] by zhangxinxu from http://www.zhangxinxu.com 本文地址:http://www.zhangxinxu.com/wordpress/?p=1725 一、开篇简述 Geolocation API(地理位置应用程序接口)提供了一个可以...原创 2012-09-25 13:36:37 · 358 阅读 · 0 评论