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
concatenate value in input.
May 27 2021 6:51 AM
how to concatenate value in input here value="CookieValue"
<script>
$(document).ready(function () {
var CookieValue = Cookies.get('player_id')//get the value from cookie
})
</script>
<label><input type="checkbox" value="CookieValue" id="toPlayerId" name="sport"></label>
Reply
Answers (
3
)
Fixed footer in Bottom.
Implement Pagination Using Jquery.