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を使用して検証を行いましたが、検証エラーがテキストボックスの横に表示されています。特定の場所に表示されるように検証エラーを調整する方法。
jquery検証プラグインを使用している場合は、このコードを追加するだけです
$("element").validate({ errorLabelContainer: $("element"), errorClass: ".class" });