
jq
daily886
这个作者很懒,什么都没留下…
展开
-
HTML5中用 jQuery + Ajax 上传文件
php if (isset($_POST['upload'])) { var_dump($_FILES); move_uploaded_file($_FILES['upfile']['tmp_name'], 'up_tmp/'.time().'.dat'); //header('location: test.php'); exit; } ?> lang="zh"> charset转载 2017-01-05 10:46:43 · 430 阅读 · 0 评论 -
css3配合jq的3d立体跑马灯幻灯片
3D旋转 * { margin: 0; padding: 0; } .container{ margin:0 auto; width:800px; height:900px;原创 2017-11-23 11:39:40 · 444 阅读 · 0 评论 -
百度分享支持https
站点自从开启 https 之后 ,百度分享就不能用了!但是又寻找不到类似百度分享的替代品。。 怎么办呢?要如何解决 百度分享不支持https的问题呢, 跟着博主动动手,让你百度分享仍然能在https下使用 ~ 伸手党 先上伸手党的解决方案~ 博主修改好的分享代码(下面两个链接下载其中一个)的即可 Github地址(推荐,2016.10.2更新):https://转载 2018-01-24 11:19:51 · 1919 阅读 · 0 评论