Acara jQuery saat elemen diberikan

myForm.prependTo(myDiv).show(function(e){
    $(this).find('input:first').focus();
});​
Weary Wildebeest