TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Schleid Alex
NA
361
49.8k
using area in jquery ajax url
Mar 26 2021 1:19 PM
Hi,
I have this jquery ajax function going like this I need to pass the area in the Url can some help me out
$.ajax({
url:
'Delete'
,
dataType:
'html'
,
data: { id: PrID },
type:
'POST'
,
success: function () {
alert(
'Record successfully deleted'
)
location.reload()
},
error: function (data) {
alert(
'Error deleting data'
)
}
})
Reply
Answers (
4
)
How to Write Multiple If Condition in jQuery Template
.Net core,jQery