我有一个表单,我通过它提交数据并使用下面的代码进行验证。验证工作正常。我需要的是点击提交后我想禁用按钮
Spring.addDecoration(new Spring.ValidateAllDecoration(
{
elementId : 'submit',
event:'onclick'
}));
<button type="submit" name="_eventId_submitmaterial" id="submit">Add Material</button>