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
mohaammed talha
NA
445
51.8k
Javascript not working after publish to IIS
May 21 2021 2:51 AM
Javascript Working in localhost after publishing in iis server not working
<script type=
"text/jscript"
>
$(
"#btnSearch"
).click(
function
() {
$(
'input[type=checkbox]'
).each(
function
() {
if
(
this
.checked) {
var
status = $(
'.IsCheck'
).val();
var
cat = $(
'.ddlCategory'
).val();
var
EmplId = $(
'.ddlEmployee'
).val();
var
TeamID = $(
'.TeamId'
).val();
var
TeamLeadId =
'@Session["EmployeeCode"]'
;
alert(TeamLeadId);
var
Months = $(
'.Month'
).val();
var
Year = $(
'.Year'
).val();
var
cateID = $(
'.CateID'
).val();
//$.get("/Assesmentmodel/Assesmentpart/", { CategoryID: cat, EmployeeID: EmplId, TeamLeadID: TeamLeadId, TeamID: TeamID,status:status }, function (data) {
$.get(
"/Assesmentmodel/Assesmentpart/"
, { Months: Months, EmployeeID: EmplId, TeamID: TeamID,TeamLeadID: TeamLeadId, status: status, cateID:cateID,Year:Year },
function
(data) {
$(
"#AssesmentID"
).html(data);
});
}
});
});
</script>
Reply
Answers (
8
)
Checking if specific columns data exists in a different workbook c# ..
Generate QR code in Devexpress can't use lowercase ?