On desktop-computers I can use title-attribute of image-element as a tooltip. How can I handle this behaviour on an IPad?
On desktop-computers I can use title-attribute of image-element as a tooltip. How can I
Share
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.
I am not sure, but you can get a tooltip look on an image with help of jquery tooltip. Check here. http://code.drewwilson.com/entry/tiptip-jquery-plugin
You will have to work around to get that view over an image. This plugin used for getting tooltip view for links. Also this works fine on ipad for links. Try this, might help you.