zoukankan      html  css  js  c++  java
  • 使用jQuery在上传图片之前实现缩略图预览

    使用jQuery在上传图片之前实现缩略图预览

    jQuery代码

    以下是HTML代码,包含一个显示缩略图的div和一个file input field。

    HTML代码

    为我们的缩略图设置CSSwa 。

    CSS代码

    1 <strong>#uploadPreview {
    2     width168px;
    3     height168px;                         
    4     background-positioncenter center;
    5     background-size: cover;
    6     border4px solid #fff;
    7     -webkit-box-shadow: 0 0 1px 1px rgba(000, .3);
    8     display: inline-block;</strong>
  • 相关阅读:
    hdu 1425 sort 解题报告
    codeforces B. Jeff and Periods 解题报告
    codeforces A. Jeff and Digits 解题报告
    codeforces B. Xenia and Spies 解题报告
    Python 条件判断的使用
    Python Apache日志处理脚本(初稿)
    Python函数定义
    Python多条件配合使用
    Python循环的使用(2)
    NavigationController导航栏中添加多个UIBarButtonItem
  • 原文地址:https://www.cnblogs.com/gc2013/p/3642604.html
Copyright © 2011-2022 走看看