JQuery -Ereignis, wenn Element gerendert wird
myForm.prependTo(myDiv).show(function(e){
$(this).find('input:first').focus();
});
Weary Wildebeest
myForm.prependTo(myDiv).show(function(e){
$(this).find('input:first').focus();
});