evento jQuery quando o elemento é renderizado
myForm.prependTo(myDiv).show(function(e){
$(this).find('input:first').focus();
});
Weary Wildebeest
myForm.prependTo(myDiv).show(function(e){
$(this).find('input:first').focus();
});