$('#elem').popModal({
html : $('#content').html(),
placement : 'bottomLeft',
showCloseBut : true,
onDocumentClickClose : true,
onOkBut : function(){ },
onCancelBut : function(){ },
onLoad : function(){ },
onClose : function(){ }
});
html : $('#content').html(),
placement : 'bottomLeft',
showCloseBut : true,
onDocumentClickClose : true,
onOkBut : function(){ },
onCancelBut : function(){ },
onLoad : function(){ },
onClose : function(){ }
});