simple question

simple question

hi why does this not work

<script>
function hideme(id){
   $("#hideme-".$id).hide("slow");
}
</script>


ty