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 の .append() を使用すると、スペースがスキップされます。
例:前にある 4 つのスペースなしで$("#div").append(" test");追加します。test
$("#div").append(" test");
test
先行スペースの追加を許可するにはどうすればよいですか?
ページに空白が表示されることを期待していますか? その場合は、 s または非改行スペースを使用する必要があります。
デモ: http://jsfiddle.net/W6RMA/