前端技术 August 19, 2018

bootstrap上传插件

Words count 2.2k Reading time 2 mins.

引入js

<link rel="stylesheet" href="skins/css/bootstrap.css">
<link rel=&...
Read article

前端技术 August 19, 2018

jquery计时插件的使用

Words count 1.1k Reading time 1 mins.

引入jquery.js和jquery.countdown.js

<script src="jquery.js"></script>
<script src="jquery.countdown.js"></script>

html代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="...
Read article

前端技术 August 19, 2018

vildForm表单校验

Words count 14k Reading time 13 mins.

<!-- 页面结构 -->
<div class="ue-container" id="sandbox-container">
    <!-- 验证信息nowrap -->
    <form class="form-horizontal" id="saveForm" name="saveForm" onsubmit="return false">...
Read article
0%