私は持っています、div#test
それで私はバインドしますdblclick event to opens a jquery ui dialog
、今私は開きたいです
それdialog inside a floating div
(絶対的な位置にあるdivを意味し、
画面の中央)次のdblclick event triggers
ようdiv#test
な場合:
line #1 $("#test").trigger("dblclick"); => open the dialog
line #2 $("floatingdiv").html("I want to open the dialog inside
this div after executing the line #1);
助けて?ありがとう。