星期三, 3月 28, 2012

[jQuery plugin] Validator不透過 submit來觸發檢查欄位

今天遇到一個validator ui上的問題, 由於textbox加了combobox的plugin後,將它放入div裡包起來,會有異常的bug。 把原本驗證textbox拿到form的外面。 所以另外用一個元素來觸發驗證的動作!! 範例如下:


Triggers element validation programmatically.
 //because quota text box position is out of form
 $("#quota_input").change(function(){
  //do validation by changing value in the text box
  $("#filesizeForm").validate().element("#quotaType");
 });

沒有留言:

張貼留言

留個話吧:)

其他你感興趣的文章

Related Posts with Thumbnails