つを置き換えるようにここで要素型は、MooToolsは
<form method="post" action="" style="" enctype="application/x-www-form-urlencoded" id="comment-form-1">
<textarea rows="1" cols="45" id="body" name="body" ></textarea>
<button class="post-comment-sml" type="submit" id="submit" name="submit"></button>
</form>
<form method="post" action="" style="" enctype="application/x-www-form-urlencoded" id="comment-form-2">
<textarea rows="1" cols="45" id="body" name="body" ></textarea>
<button class="post-comment-sml" type="submit" id="submit" name="submit"></button>
</form>
---
<form method="post" action="" style="" enctype="application/x-www-form-urlencoded" id="comment-form-n">
<textarea rows="1" cols="45" id="body" name="body" ></textarea>
<button class="post-comment-sml" type="submit" id="submit" name="submit"></button>
</form>
など、さまざまなフォームIDの下で同じ要素を持つ複数のフォームを運ぶ
を次のように私はすべてが通常のボタンタイプでVARIOS形式で送信ボタンを置き換えることができます
HTMLにはいくつかの愛が必要です。要素は同じIDを共有できません。 –