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
Hazel Mahmud
1.4k
315
69.7k
Keep single checkbox stay checked after refreshing the page?
Aug 29 2019 12:01 AM
Can anyone help to make checkbox stay when page refresh. i have a bootstarp modalpopup that has bootstrap checkbox in it. i need to make checkbox stay checked when i click a button a when the popup pop... Please help. below are my script..
$(document).ready(
function
() {
var
$arrT = $(
'#<%=GridView1.ClientID %>'
).find(
'input:image[id$="ImgBtnEdit"]'
);
$($arrT).click(
function
() {
var
text = $(
"#<%= TextBox1.ClientID %>"
).val();
var
comMeet =
"Meeting"
;
if
(text === comMeet) {
$(
'input[value="M"]'
).prop(
"checked"
,
true
)
}
});
});
</script>
Reply
Answers (
1
)
Kendo UI Tabstrip content collision issue.
document.ready vs window.onload