jquery mobile中的表单验证
在jquery mobile中,在对某个表单的验证上,可以依然使用jquery-validation框架,
反正都是一家的,具体例子如下:
1)使用的js:
jquery.validate.min.js
jquery.mobile-1.0a3.min.js
jquery.mobile-1.0a3.min.css
2)HTML表单
可以看到,加上class="java">.portrait label.error, .landscape label.error { color: red; font-size: 16px; font-weight: normal; line-height: 1.4; margin-top: 0.5em; width: 100%; float: none;}.landscape label.error { display: inline-block; margin-left: 22%; }.portrait label.error { margin-left: 0; display: block; }em { color: red; font-weight: bold; padding-right: .25em; }