- 博客(9)
- 收藏
- 关注
转载 查看相册
查看相册html{background-color:#E3E3E3; font-size:14px; color:#000; font-family:'微软雅黑'}a,a:hover{ text-decoration:none;}pre{font-family:'微软雅黑'}.box{padding:20px; background-color:#fff; margin:50p
2016-12-30 11:05:25
457
转载 google 选择坐标
$(document).ready(function(){ createMap("map_canvas",36.26613281490336,120.26979816083906); google.maps.event.addListener(map, 'click', function(event) { placeMarker(event.latLng);
2016-12-30 11:01:37
935
转载 树结构图
树结构 body{text-align: center;} .OrgBox{ font-size:12px; padding:5px 5px 5px 5px; clear:left; float:left; text-align:center; position:absolute; width:70px; height:50px;
2016-12-30 10:39:08
377
原创 laydate.js 日期插件使用
形式1: laydate({ elem: ‘#finshDate’, //目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 ‘#id .class’ event: ‘focus’, //响应事件。如果没有传入
2016-12-30 10:34:30
846
转载 google 地图 例子(自定义infowindow )
function initialize() { var secheltLoc = new google.maps.LatLng(49.47216, -123.76307); var myMapOptions = { zoom: 15 ,center: secheltLoc ,mapTypeId:
2016-12-30 10:13:06
3150
转载 google地图 自定义infowindow infobox.js 插件
/** * @name InfoBox * @version 1.1.9 [October 2, 2011] * @author Gary Little (inspired by proof-of-concept code from Pamela Fox of Google) * @copyright Copyright 2010 Gary Little [gary at luxce
2016-12-30 10:08:43
1922
转载 禁止弹出“您查看的网页正在试图关闭窗口。是否关闭此窗口”的屏蔽方法
转:http://www.cnblogs.com/tigerhuolh/archive/2011/04/14/2015634.html 在IE6中范例代码如下:window.opener= null;window.close();在IE7中示例代码如下window.opener= null;window.open("","_self"); window.
2016-09-08 16:45:26
9420
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人