1 2 3 | var file = $( "#AidImg" ); file.after(file.clone().val( "" )); file.remove(); |
月度归档: 2015年5月
百度地图api的覆盖物样式与bootstrap样式表冲突
1 2 3 4 | #map_canvas img, .google-maps img { max-width : none ; } |
在使用百度地图时,将展现地图的div的id换成map_canvas即可