jQuery(document).ready(function(){ jQuery('.add-order-detail').live('click',function(e){ e.preventDefault(); jQuery('#productSelectDialog').dialog('open'); return false; }); jQuery('#productSelectDialog').dialog({ autoOpen:false, modal:true, minHeight: 380, width: 800, resizable:'se', buttons: { Ok: function(){ dataTableSelectRows('#table-products', function(current_table, indexes) { for(var i=0; i