trigger("create"); works in jqm 1.2 but not in 1.3

trigger("create"); works in jqm 1.2 but not in 1.3

I have got a dynamic injected form element and initialized by calling trigger("create"),

the following code works in jqm 1.2
$("#rightpane").append("...form element code...").trigger( "create" );
alert("initialization completed");


but in jqm 1.3  it just hanged on that trigger("create") line and the alert code never executed nor the form element "JQMed".


is this trigger("create") still supported in jqm1.3? or I have done anything wrong?