UNPKG
@tower1229/flow-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
Highly customizable UI framework based Seajs/jQuery
github.com/flow-ui/Flow-UI
flow-ui/Flow-UI
@tower1229/flow-ui
/
dashboard
/
js
/
regist.js
14 lines
(12 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * blank */
define
(
function
(
require
) {
var
$ =
require
(
'jquery'
);
var
com=
require
(
'./common'
);
//
require
(
'validform'
); $(
'#validForm'
).
Validform
({
tipSweep
:
true
}); });