To toggle something use jQuery and .toggle()
http://api.jquery.com/toggle/
This will toggle display:none;
Edit something like this...
<script type="text/javascript">
$('#clickme').click(function() {
$('#cell').toggle('slow');
});
</script>
Danny159
Junior Poster in Training
93 posts since Jul 2011
Reputation Points: 24
Solved Threads: 1