Transitions and Dynamic Html

Transitions and Dynamic Html

Hello,
 
Is it possible to use transitions with dynamic html i.e. do a slide transition when updating the screen using $('#myDiv').html(data); ?
 
I can't use $.mobile.changePage("myPage", "myTransition"); because the content is not known in ahead of time.
 
 
Thanks,
M