$(document).ready(function(){$("#button").click(function(){$("#toggleList").slideToggle("slow")})});$("#toggleList").hide()
