$("#musteri_btn").click(function () { var dialogOpts = { modal: true, height: 300, width: 500, draggable: true, resizeable: true, open: function() { $("#musteri").load("siparis", { 'methodName':'musteriler', 'musteri_id': $('#musteri_no').val() } ); } }; $("#musteri").dialog("destroy"); $("#musteri").dialog(dialogOpts); });