2009-08-28 34 views

回答

2

您可以指定一個容器和包裝元素e.g

$("#myform").validate({ 
    errorLabelContainer: "#messageBox", 
    wrapper: "span", 
    submitHandler: function() { alert("Submitted!") } 
}) 

看到help

選項
相關問題