我對圖像和輸入字段的位置有問題。它們以交錯的方式放置。我希望它們在一條直線上彼此緊挨着放置。您可以在下面的圖片中看到問題。 Live Demo HTML: <div id="wrapper">
<!--Inbox list and button to add a card-->
<div id="inboxList" class="cellContainer">
使用這個話題: jQuery Set Cursor Position in Text Area 我寫這篇文章的代碼,但它不工作: <input id="myTextInput" type="text" value="some text2">
<input type="button" value="set mouse" id="btn" />
和: $(document).ready(func