Response title
This is preview!
<script language="javascript">
$(document).ready(
function()
{
// we'll put our code here
$('#wrapper').hide();
$('a#slick-toggle').click(function()
{
$('#wrapper').toggle('slow');
//
});
</script>
<div id="Links"><a href="" id="link1">link 1</a>
<a href="" id="link2">Link 2</a>
<a href="" id="link3">Link 3</a>
<a href="" id="link4">Link 4</a> </div>
$('Links a').each(function(){
$(this).click(function(){
// Click events here
});
});
© 2013 jQuery Foundation
Sponsored by and others.