$(document).ready(function(){ $("a#toggle").click(function () { $("div#expanded_add_users").toggle("slow"); }); });