zdarzenie jQuery, gdy element jest renderowany
myForm.prependTo(myDiv).show(function(e){
$(this).find('input:first').focus();
});
Weary Wildebeest
myForm.prependTo(myDiv).show(function(e){
$(this).find('input:first').focus();
});