dev foo
This commit is contained in:
parent
6e6e695bb6
commit
03655c579b
4 changed files with 253 additions and 6 deletions
|
@ -52,7 +52,7 @@
|
|||
<script>
|
||||
|
||||
function testajax(){
|
||||
$.post( "/ajax.php?action=add_lost", $( "#lost_form" ).serialize() ).done(function( data ) {;
|
||||
$.post( "/ajax.php?action=add_found_item", $( "#lost_form" ).serialize() ).done(function( data ) {;
|
||||
reply = JSON.parse(data);
|
||||
if(reply.status == "ok"){
|
||||
$( "#lost_form" ).trigger("reset");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue