Сообщение от Simones
|
В html вроде ошибки нету:
<script>
function doit () {
$('#one #two').show();
}
</script>
<style>
#one #two { display:none; background:red; }
</style>
<div id="one">
<div id="two">TEXT</div>
</div>
Но никак не "показывает" ...
|
А почему он должен показывать?