UNPKG
jquery.repeater
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.7
0.1.6
repeatable form input interface
github.com/DubFriend/jquery.repeater
DubFriend/jquery.repeater
jquery.repeater
/
.jshintrc
15 lines
•
252 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
//
http:
/
/www.jshint.com/docs
/options/
"curly"
:
true
,
"immed"
:
true
,
"latedef"
:
true
,
"unused"
:
true
,
"trailing"
:
true
,
"boss"
:
true
,
"loopfunc"
:
true
,
"node"
:
true
,
"browser"
:
true
,
"jquery"
:
true
,
"newcap"
:
false
,
"predef"
: [
"React"
] }