Dynamic Elements creation?

Dynamic Elements creation?


Hi, can Jquery UI support dynamic element creation?
E.g.
$("#test").sortable({
            revert: true
    });
If I append a `<li />` within "#test" on the fly after page load and
I found that it is not sortable.
Any suggestions?
Thanks.