z
This commit is contained in:
@@ -3177,3 +3177,26 @@ function factures_famille_2()
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Facturesfamilleadh/");
|
||||
}
|
||||
|
||||
function listerfacturefamille()
|
||||
{
|
||||
d1=$("#d1").val();
|
||||
d2=$("#d2").val();
|
||||
|
||||
donnees = 'd1='+d1+'&d2='+d2;
|
||||
|
||||
$("#div_dossiers").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxfacturesfamille/",
|
||||
type : 'post',
|
||||
data: donnees,
|
||||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
$("#div_dossiers").html(data);
|
||||
},
|
||||
complete: function() {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user