Response title
This is preview!
<script>
$(document).ready(function(){
$(".text1").click(function(){
$(".text1nezobrazeny").toggle("slow");
});
});
</script>
<p
class="text1">click for show</p>
<p
class="text1nezobrazeny" style="display: none;">show</p>
Best thing will be when u look at my web site http://heliocare.neomed.cz/doporuceni/
As you can see. When u click on 1 link, all links show up. Is it possible make 1 click 1 link show pls? My inspiration was here http://heliocare.net/science.html. Im begginer ;)
© 2013 jQuery Foundation
Sponsored by and others.