How do I use JavaScript variables as a parameter in a jQuery selector?
$("#" + $(this).attr("name")).hide();