fixparsec/static/index.js

7 lines
196 B
JavaScript
Executable File

$(document).ready(function(){
$('#reset').on('click', function(){
$.post("http://localhost:3000/110", function( data ){
$( "#result" ).html( data );
});
});
});