首页 软件开发 代码片段 html ( Page 36 )

html 632

#HTML
纯CSS画扑克牌

.card { background-color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; bor…

2015-03-18 729

#HTML
维美金牌信通Web服务 API说明文档

维美HTTPAPI说明文档 http 地址 电信服务器:http://www.chinaweimei.com/apihttp/ 联通服务器:http://lt.chinaweime…

2015-03-18 879

#HTML
五雷轰顶网络电台集成方法

<!--播放器代码开始--> <div id="HLSPlayer" class="video"><script language="JavaScri…

2015-03-18 787

#HTML
jquery 解析 XML 实现 省市县 级联

<html> <head> <title>jquery 解析 XML 实现 省市县 级联 </title> <script t…

2015-03-17 141

#HTML
HTML 5实现手机摇一摇的功能

if (window.DeviceMotionEvent) { window.addEventListener(‘devicemotion’,deviceMotionHandler…

2015-03-17 578

#HTML
Android下的web开发弹出框及表单提交控制

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <link href="ymPrompt.css…

2015-03-16 375

#HTML
change事件不生效

$("#id input").on('input',function(){ alert('测试change事件!') });

2015-03-16 863

#HTML
lovelygallery_popup(卡哇依相册)

使用方法: <a class="preview-button" data-skin="lovely" href="javascript:void(0);" alt="prev…

2015-03-14 490

#HTML
倒金字塔3D立体展示点击图片移位排列jquery特效

$(function(){ $('.item').each(function(){ var size = $('.item').size(); var index = $('.it…

2015-03-14 718

#HTML
[APICloud教程] 极光推送(ajpush)demo

注意:监听状态栏通知被点击的函数尽量在index页面书写: index.html: var jpush = null; apiready = function(){ jpush =…

2015-03-14 489

#HTML
点击按钮即可支付宝赞助到你的帐号了,不需要填写

<form style="text-align:center;" method="post" action="https://shenghuo.alipay.com/send…

2015-03-14 786
1 34 35 36 37 38 53