Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このキャンセルボタンがあります。Jquery 検証をバイパスするにはどうすればよいですか?
<g:actionSubmit value="Cancel" action="create"/>
jquery のドキュメントによると、ボタンで検証を実行したくない場合は、cancel というクラスを追加するだけです。ですので、 < g:actionSubmit value="Cancel" class="cancel"/> です