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
Guest User
Tech Writer
103
13.2k
Face Null Value Post Data.
May 27 2021 11:40 AM
This is my code I have Post data
$(document).ready(function () {
$("#form").submit(function (e) {
e.preventDefault();
var arr = [];
$('[name="accesories"]:checked').each(function (x, y) {
debugger;
var obj = {
"toPlayerId": $(this).val()
}
arr.push(obj);
});
var model = {
"toSubject": $("#toSubject").val(),
"toMessage": $("#toMessage").val(),
"toPlayerId": arr
Here toPlayerId - null
Reply
Answers (
1
)
Convert code c# to jquery.
Aboute Safari extention