
html
j_xx4409
这个作者很懒,什么都没留下…
展开
-
在纯页面获取header信息 头部信息
<!DOCTYPE html> <html lang="en"> <head> <title>获取浏览器 UserAgent</title> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="x-ua-compatibl.原创 2020-05-27 17:00:06 · 1564 阅读 · 0 评论 -
pdf实现在线预览
1.直接pdf打开 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=4.0,user-scalab...原创 2019-11-15 09:43:34 · 584 阅读 · 0 评论 -
使用jquery.form插件的方法
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <form en原创 2018-11-14 23:36:38 · 888 阅读 · 0 评论 -
js投票活动的倒计时功能
<!-- 活动倒计时 --> <div class="count-backwards flex column item-center"> <h3>活动结束倒计时</h3> <p><span class="number" id="RemainD">0</原创 2018-11-19 13:46:19 · 408 阅读 · 0 评论 -
php微信分享
<?php namespace app\video_mall\controller; use think\Session; use think\Controller; use think\Cache; class WechatShare extends Controller { protected $AppId; protected $AppSecret; protecte...原创 2018-11-18 13:19:45 · 200 阅读 · 0 评论 -
h5属性--预览
<div class="upload"> <span>上传图片</span> <div class="uploadImg center"> <input type="file" multiple="multiple" id="pic" name='image_url' c原创 2018-11-23 09:20:29 · 239 阅读 · 0 评论 -
解决移动前端的键盘顶上去,上部分看不到问题
$(function(){ $('body').height($('body')[0].clientHeight); });原创 2018-11-30 09:36:46 · 980 阅读 · 2 评论 -
html删除部分节点
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <div>原创 2018-11-30 16:26:34 · 458 阅读 · 0 评论 -
前端分页
{extend name="/public/base"} {block name="title"} 直播专区 {/block} {block name="headerCss"}{/block} {block name="content"} <link rel="stylesheet" href="__VM__/new/css/liveList.css">原创 2018-12-05 15:00:19 · 325 阅读 · 0 评论