Question
I want to trigger light box on page load . instead of on click event . any suggestion please.
I also read documentation of light box but no success 🙁
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 would use the lightbox initiation on load, this would define click events on the image links, then trigger one of the click events, like it was clicked right on load.
EDIT:
first()is only available since jQuery 1.4 and jQuery lightBox plugin is bundled with version 1.2.3, useeq(0)instead.