init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
15
template/inc/functions.php
Normal file
15
template/inc/functions.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue