I am using Bootstrap popover. Everything works just fine.
I am displaying div on popover. Here I created js fiddle. Now how do I replace title and contents? Thanks
EDIT: I am also not able to click on Show details button.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The reason you cant click the show details button is due to your use of hover, you should either revert to using click or set a delay before the hover effect disappears:
I would suggest creating a separate popover link for each item you want to display, see updated jsfiddle for an example. Another option would be to use jquery to change the text of the div for each click of a popover link.