1
私はあなたがjQuery
で質問をマークとして、あなたがリスナーを登録して、show
に値を渡すことができshow関数でテキストボックスの値を渡す方法は?
<div id="userComment">
<input type="text" name="comment" id="comment" placeholder="Enter comment here">
<button type="submit" class="postComment" onclick="show()" value="<?php echo $postId ?>">POST</button>
</div>
これまでに何を試みましたか?これは非常に単純な作業です、私はあなたが研究を行う時間を取っていないと仮定することができます... – NewToJS
あなたのIDでテキストボックスを取得し、その価値を得ることができます。 –