regarding jQuery Tools Apple Overlay demo
How do I use text link <A> to run the overlay instead of using IMG?
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 just need to change the jquery selector to identify your link (or any type of object for that matter).
Change:
To:
or
Where ‘apple_link’ is the id of the link, also add a rel attribute onto the link like so:
Note: The value of the rel is the div that will be opened in the overlay