How do I make the jquery show up in an existing html document? mainly the jquery lightbox plugin.
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.
reference the jQuery script followed by the lightbox script in your html document.Like so,
then you will need to use the lightbox accordingly. For example, in
source-of-script-with-your-jquery-code-in.jsbinds the lightbox plugin to each
<a>element that is a child of the element with the idgalleryEDIT:
jQuery is nothing but a JavaScript framework (albeit a great framework). If you’re starting out on your front-end web development journey, I would suggest looking at JavaScript in conjunction with jQuery as it is the building block of the framework and will help you to understand how it works better. Here are some resources to get you started
good resources for learning javascript
best resources to learn javascript