this solves issues 2 & 3
This commit is contained in:
7
static/index.js
Executable file
7
static/index.js
Executable file
@@ -0,0 +1,7 @@
|
||||
$(document).ready(function(){
|
||||
$('#reset').on('click', function(){
|
||||
$.post("http://localhost:3000/110", function( data ){
|
||||
$( "#result" ).html( data );
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user