< input class =":required" type ="text" />
< input class =":integer" type ="text" />
< input class =":length;4" type ="text" />
< input class =":min_length;4" type ="text" />
< input class =":format;/^(vanadium)+$/i" type ="text" />
< input id ="pass" class =":ajax;/username_checker/check.json" type ="text" />
< input id ="pass" class =":email" type ="text" />
< input id ="pass" class =":required" type ="password" />< input class =":same_as;pass" type ="password" />
* This source code was highlighted with Source Code Highlighter .
Source: https://habr.com/ru/post/70521/
All Articles