i have window.showmodaldialog(somepage.aspx,someparam),i want to replace this with jquery dialog.how to do this?
is it necessary to have div or some HTML element to open jquery dialog
$("#someId").dialog();