これは私のテーブルですが、もちろんその中にテキストがあります。ボタンをクリックして隠して、いくつかの画像を表示します。私は同じボタンクリックでアクションを逆にしたい。どうやってやるの?あなたはテーブル全体を写真で置き換える方法は?
を必要として、これは動作しますjQueryの.toggle()
方法
$("button").click(function(){
$("img").toggle();
});
で始めることができます
<div id="aspect" style="display:yes">
<table style="100%" id="Table">
<tr>
<th id="textul" > </th>
<th id="textul4"> </th>
</tr>
<tr>
<td id="testul2and3" style="vertical-align:top"> </td>
<td style="vertical-align:top" id="textul6">
<p> <iframe></iframe> </p>
</td>
</tr>
</table>
</div>
を使用していました} '? –
あなたが話している画像はどこですか? – DaFois
' style = "display:yes" 'は有効ではありませんcss。 – Cerbrus