#Javascript实用效果整理

android toolbar效果2

只有一个按钮的情况<resources><stringname="app_name">照片</string></resources>styles.xml<resources><!--Baseapplicationtheme.--><style...
代码星球 ·2020-08-08

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

楼盘表展示效果记录

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

jquery实现获取手机验证码倒计时效果

<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xh...

Jquery广告浮动效果小案例

导入<scriptsrc="<%=path%>/html5/js/jquery.js"></script>文件 <SCRIPTtype="text/javascript">$(document).ready(function(){  varmenuYloc=$(...

php(tp5)实现分页效果

      publicfunctionadmin(){      if(request()->isPost()){        //获取第二页的数据传current=2过来即可         $post['origin']=input('request.origin');$post['lenght']=in...

js 进度条效果

<!DOCTYPEhtml><html><head><metacharset="utf-8"><title></title></head><style>#myProgress{width:100%;height:30px;p...
代码星球 ·2020-08-08

网站滑到指定的位置给div添加动画效果

<!DOCTYPEhtml><html><head><style>.anim-show{width:100px;height:100px;background:red;position:relative;animation-name:mymove;animation-du...

WPF制作子窗体的弹出动画效果

创建一个WPF应用程序WpfApplication1,新建个窗体DialogWin<Windowx:Class="WpfApplication1.DialogWin"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="...

【JavaScript】Javascript中document.execCommand()的用法

合并转载:转载出处1转载出处2document.execCommand()方法处理Html数据时常用语法格式如下:document.execCommand(sCommand[,交互方式,动态参数])其中:sCommand为指令参数(如下例中的”2D-Position”),交互方式参数如果是tru...

【JavaScript】dhtmlXTree 中文API

转载出处dhtmlXTree是一个功能比较强大的树控件,基本上能满足大部分常规需求,比较好用。 当然,在使用过程中还是发现一点点问题。下面是我整理的一些里面常用函数的说明(只有简单的说明,如果要看详细的说明,自己查看原函数去): 函数功能解释dhtmlXTreeObject(htmlObject,w...

【javascript】addEventListener事件方法

element.addEventListener(event,function,useCapture) 参数 描述event必须。字符串,指定事件名。注意: 不要使用"on"前缀。例如,使用"click",而不是使用"onclick"。 function必须。指定要事件触发时执行的函数。&...

【javascript】BOM介绍

来源:https://github.com/LiHongyao  BOM(BrowersObjectModel,浏览器对象模型)是浏览器为JavaScript提供的一个API(ApplicationProgrammingInterface,应用编程接口),所以它不是原生JavaScript提供的。通...
代码星球 ·2020-08-07

【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
首页上一页...7677787980...下一页尾页