This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
AspNetCore.Docs
mirror of
https://github.com/dotnet/AspNetCore.Docs.git
Watch
1
Star
0
Fork
You've already forked AspNetCore.Docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
511d1f7edf
AspNetCore.Docs
/
aspnetcore
/
includes
/
add-javascript-jquery
/
samples
/
sample7.js
7 lines
115 B
JavaScript
Raw
Blame
History
$
.
ajax
(
{
url
:
uri
+
'/'
+
id
,
type
:
'DELETE'
,
success
:
function
(
result
)
{
getData
(
)
;
}
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink