?
?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$(document).ready( function () {
$( "#message" ).inputNotes(
{ sexwarning: { pattern: /(^|\s)关键字(\s|$)/ig, type:? 'warning' ,
text:? 'Do not type "sex"!'
}, numbersnote: { pattern: /[0-9]/, type:? 'note' ,
text:? 'Do not type numbers!'
} } ); });
|