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.
フレームのサイズを変更する方法はありますか? 私のウェブサイトの上部に音楽を再生するフレームがあり、(+) ボタンを追加してそれを展開するか、同様のものを追加したいと考えています。提案やアイデアはありますか?前もって感謝します。
たぶんこれでうまくいくはずです:
$('button').click(function(){ $('#frame').css('width':'400px'); });
#frame はフレーム ID です。