t
This commit is contained in:
@@ -1097,4 +1097,20 @@ function consulter_college(idCollege)
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Consultercollege/"+idCollege+"/");
|
||||
}
|
||||
}
|
||||
|
||||
function pop_consulter_tableau_prestation()
|
||||
{
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxconsultertableauprestation/",
|
||||
type : 'post',
|
||||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
$("#div_tableau_prestation").html(data);
|
||||
},
|
||||
complete: function() {
|
||||
$("#btn_pop").click();
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user