jb-data.de/template/js/index.js
2025-08-11 22:23:30 +02:00

49 lines
283 B
JavaScript

function link(ziel) {
//alert($("#car_"+tourID).val());
$.ajax({
type : "POST",
url : 'ajax.php?s=/tuer/logdata&tpl',
cache : false,
dataType : "html",
success : function(data){
$("#main").html(data);
}
});
}