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
Joginder Banger
214
8.7k
1m
Set a value a particular div in datalist help of jquery
Mar 7 2014 6:06 AM
i have try google but can't get a proper solution yet. I want set a value on Div in Datalist help of jquery. Because i want value get and save in database without page postback. I have try many way but can't success. i try add cssclass value find but all cssclass value find. like that our datalist have three record's like that 1 . job_id 11 2 . job_id 12 3 . job_id 13
suppose I click the job_id 11 then change the value only 11 not a 12 or 13 record's.
<asp:ImageButton ID="Img_Up_vote" runat="server" OnClientClick="upvote(this);return false;" ImageUrl="~/images/up.png" data-JobID='<%#Eval("OrgJob_id")%>' /> </a> <br /><div id="vote_score"> <%#Eval("VoteCount")%></div> //Change the Data here <br />
Reply
Answers (
0
)
Creating image gallary
getJSON does not execute