Forging

Beginner amateurs, I think is what we should be called. Ok, that might be a bit harsh, but still in many ways true. We are starting to look at the process of forging, and are starting with little to no information on the subject.
$("div").click(function () {
$(this).css({ borderStyle:"inset", cursor:"wait" });
$("input").slideDown(1000,function(){
$(this).css("border", "2px red inset")
.filter(".middle")
.css("background", "yellow")
.focus();
$("div").css("visibility", "hidden");
});
});