Samples Reappend
This commit is contained in:
11
Samples/TripleAdd/wwwroot/js/refresh.js
Normal file
11
Samples/TripleAdd/wwwroot/js/refresh.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
function Reload(data) {
|
||||
$('#add1').val(data.Add1);
|
||||
$('#add2').val(data.Add2);
|
||||
$('#add3').val(data.Add3);
|
||||
$('#ans').val(data.Ans);
|
||||
}
|
||||
|
||||
function DisplayError(data) {
|
||||
alert(data);
|
||||
}
|
||||
4
Samples/TripleAdd/wwwroot/js/site.js
Normal file
4
Samples/TripleAdd/wwwroot/js/site.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||
// for details on configuring this project to bundle and minify static web assets.
|
||||
|
||||
// Write your JavaScript code.
|
||||
Reference in New Issue
Block a user