51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Javascript实用效果整理
android toolbar效果2
只有一个按钮的情况<resources><stringname="app_name">照片</string></resources>styles.xml<resources><!--Baseapplicationtheme.--><style...
代码星球
·
2020-08-08
android
toolbar
效果
android toolbar效果
layout下的layout_main.xml:<?xmlversion="1.0"encoding="utf-8"?><RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http:...
代码星球
·
2020-08-08
android
toolbar
效果
楼盘表展示效果记录
getdata.json{count:3,building:[{summary:"幢12,逻辑幢,总计(2522):",units:[{indexno:1,count:3},{indexno:2,count:2},{indexno:3,count:4}],floor:[{floorno:3,floorno2:3,roo...
代码星球
·
2020-08-08
楼盘
展示
效果
记录
Google maps javascript API
https://developers.google.com/maps/documentation/javascript/datalayerGeoJSON 是一种针对互联网上共享地理空间数据的通用标准,属于轻量版,而且便于人工读取,非常适合用于共享与协作。 ...
代码星球
·
2020-08-08
Google
maps
Javascript
API
jquery实现获取手机验证码倒计时效果
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xh...
代码星球
·
2020-08-08
jquery
实现
获取
手机
验证
Jquery广告浮动效果小案例
导入<scriptsrc="<%=path%>/html5/js/jquery.js"></script>文件 <SCRIPTtype="text/javascript">$(document).ready(function(){ varmenuYloc=$(...
代码星球
·
2020-08-08
Jquery
广告
浮动
效果
案例
php(tp5)实现分页效果
publicfunctionadmin(){ if(request()->isPost()){ //获取第二页的数据传current=2过来即可 $post['origin']=input('request.origin');$post['lenght']=in...
代码星球
·
2020-08-08
php
tp5
实现
分页
效果
js 进度条效果
<!DOCTYPEhtml><html><head><metacharset="utf-8"><title></title></head><style>#myProgress{width:100%;height:30px;p...
代码星球
·
2020-08-08
js
进度
效果
网站滑到指定的位置给div添加动画效果
<!DOCTYPEhtml><html><head><style>.anim-show{width:100px;height:100px;background:red;position:relative;animation-name:mymove;animation-du...
代码星球
·
2020-08-08
网站
滑到
定的
位置
div
WPF制作子窗体的弹出动画效果
创建一个WPF应用程序WpfApplication1,新建个窗体DialogWin<Windowx:Class="WpfApplication1.DialogWin"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="...
代码星球
·
2020-08-08
WPF
制作
窗体
弹出
动画
【JavaScript】Javascript中document.execCommand()的用法
合并转载:转载出处1转载出处2document.execCommand()方法处理Html数据时常用语法格式如下:document.execCommand(sCommand[,交互方式,动态参数])其中:sCommand为指令参数(如下例中的”2D-Position”),交互方式参数如果是tru...
代码星球
·
2020-08-07
Javascript
document.execCommand
用法
【JavaScript】dhtmlXTree 中文API
转载出处dhtmlXTree是一个功能比较强大的树控件,基本上能满足大部分常规需求,比较好用。 当然,在使用过程中还是发现一点点问题。下面是我整理的一些里面常用函数的说明(只有简单的说明,如果要看详细的说明,自己查看原函数去): 函数功能解释dhtmlXTreeObject(htmlObject,w...
代码星球
·
2020-08-07
Javascript
dhtmlXTree
中文
API
【javascript】addEventListener事件方法
element.addEventListener(event,function,useCapture) 参数 描述event必须。字符串,指定事件名。注意: 不要使用"on"前缀。例如,使用"click",而不是使用"onclick"。 function必须。指定要事件触发时执行的函数。&...
代码星球
·
2020-08-07
Javascript
addEventListener
事件
方法
【javascript】BOM介绍
来源:https://github.com/LiHongyao BOM(BrowersObjectModel,浏览器对象模型)是浏览器为JavaScript提供的一个API(ApplicationProgrammingInterface,应用编程接口),所以它不是原生JavaScript提供的。通...
代码星球
·
2020-08-07
Javascript
BOM
介绍
【javascript】Web Storage机制
来源:https://github.com/LiHongyao/JavaScript/blob/master/%E7%AC%AC13%E7%AB%A0%20Web%20Storage%E6%9C%BA%E5%88%B6.md “WebStorage”是HTML5新增的一种数...
代码星球
·
2020-08-07
Javascript
Web
Storage
机制
首页
上一页
...
76
77
78
79
80
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他