0
私は会計コードの検証の機能に関するいくつかの問題を取得しています、私は、ブートストラップの初心者やjqueryのだし、インターネット上でいくつかの検索で、私はこのような何かを試してみました:jQueryの会計コードの検証
<script type="text/javascript">
jQuery.validator.addMethod("codfiscale", function(id) {
var regex = /[A-Z]{6}[\d]{2}[A-Z][\d]{2}[A-Z][\d]{3}[A-Z]/;
return value. match(regex);
}, "Please insert a valid italian identification number");
</script>
それは次の形式です:
<form id="form">
<div id="form" class="form-group col-md-4 col-md-offset-4">
<label for="id">Codice fiscale:</label>
<input type="text" name="id" class="codfiscale"/>
</div>
<div class="form-group col-md-4 col-md-offset-4">
<label for="exampleInputPassword1">Password:</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group col-md-4 col-md-offset-4" class="col-md-3">
<button type="submit" OnClick="codfiscale" value="id" class="btn btn-primary center-block">Submit</button>
</div>
</form>
ありがとうございました! jquery.delegate.js、jquery.metadata.js:
シリコン、Questiから4プラグインCHEを例を使用していると仮定すると、 ,, jquery.validate.min.js、form-validation.js – DarioS
あなたはリッチアイアが来るのを待っていますか? – Vixed