I have revised a jquery box :
http://designer-depot.com/manset/test.html
In <ol></ol> everything work perfect. But I want to on mouseover <h2> and abstract news for headline1,2,3 changing.
How can I do this.
Thanks in advance
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.
You need to change the text inside the event handler, for example:
You should also use an
if()to see what link is hovered, and then change the text depending on the link. You can use the same principle to change the description.