flushCache pour voir l'enregistrement dans le champs autocomplete
This commit is contained in:
parent
9c0a3ef1a3
commit
f2e5169d42
@ -23,6 +23,9 @@ $(document).ready(function()
|
||||
$('#frmCreateMandataires').css('display', 'none');
|
||||
$.post(href, data, function(data, textStatus) {
|
||||
if(data==''){
|
||||
$('[name=oppo]').flushCache();
|
||||
$('[name=mand]').flushCache();
|
||||
$('[name=admin]').flushCache();
|
||||
$('#dialogmand').remove();
|
||||
}else{
|
||||
$('#dMessage').replaceWith('<div id="dMessage">'+data+'</div>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user