set focus to textfield is not working in jquery mobile

set focus to textfield is not working in jquery mobile

Set focus to textfield is not working in jquery mobile.
When the close the alert box it should focus to the text field but it is not getting focused.

$("#nyTxn1").live("vmouseup", function(event, ui) {
$('#nderNum').focus();
});