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.
jsFiddle<meta>のタグに属する文字セットやその他の情報を定義する方法はありますか?
<meta>
サイドパネルの「情報」セクションについては知っていますが、<meta>タグは許可されていません。
前もって感謝します!
はい、CSS セクションに入れるだけです。
</style> <meta name="description" content="Free Web tutorials" /> <style>
jQuery フレームワークを使用して Javascript セクションでテストします。
var desc = $('meta[name="description"]').attr("content"); alert(desc);
UPDATEDフィドルを追加しました
http://jsfiddle.net/mhart/3fHrt/