flushCache pour voir l'enregistrement dans le champs autocomplete

This commit is contained in:
Michael RICOIS 2010-03-09 14:27:45 +00:00
parent 9c0a3ef1a3
commit f2e5169d42

View File

@ -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>');