Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
Expand Down Expand Up @@ -250,7 +250,7 @@ <h2>提示信息</h2>
<script>
var f = initForm('#form14');
f.setMessage( 'required' , '亲,你必须写点儿内容。' )
f.setMessage( 'numeric' , '亲,你不能填写%val的,这里必须是数字哦' )
f.setMessage( 'numeric' , '亲,你不能填写%val的,这里必须是数字哦' )
</script>

<form id="form16">
Expand Down