This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
add jquery callback function
pull/1940/head
cemaleddin
2 years ago
parent
78a45cdad3
commit
d1870ec273
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
src/Web/WebMVC/Views/Shared/_Layout.cshtml
+ 4
- 4
src/Web/WebMVC/Views/Shared/_Layout.cshtml
View File
@ -147,11 +147,11 @@
$.post(url,
{
orderId
}
}
,
//
function(data, status) {
//
console.log("Data: " + data + "\nStatus: " + status);
//
});
function(data, status) {
console.log("Data: " + data + "\nStatus: " + status);
});
});
</script>
</body>
Write
Preview
Loading…
Cancel
Save