Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can I call images from database to Lightbox Jquery?
    text
    copied!<p>Is there a way to call images from my database to my lightbox jquery. I want to call lots of pictures to my picture gallery:</p> <pre><code>&lt;%--using multiple="" images="" in="" a="" sequence="", link="" is="" thumbnail=""of="" image--=""%&gt; &lt;div&gt; Birds&lt;br /&gt;&lt;br /&gt; &lt;a href="images/AmericanGoldfinch_male.jpg" rel="lightbox[roadtrip2]" title="American Goldfinch"&gt; &lt;img src="images/AmericanGoldfinch_male.JPG" width="60" height="60" alt="" /&gt; &lt;/a&gt; &lt;a href="images/birdgroup1.jpg" rel="lightbox[roadtrip2]" title="Mixed Birds"&gt; &lt;img src="images/birdgroup1.JPG" width="60" height="60" alt="" /&gt; &lt;/a&gt; &lt;a href="images/doves.jpg" rel="lightbox[roadtrip2]" title="Mourning Doves"&gt; &lt;img src="images/doves.JPG" width="60" height="60" alt="" /&gt; &lt;/a&gt; &lt;a href="images/goldfinch_fiesta.jpg" rel="lightbox[roadtrip2]" title="American Goldfinches"&gt; &lt;img src="images/goldfinch_fiesta.JPG" width="60" height="60" alt="" /&gt; &lt;/a&gt; &lt;a href="images/hummingbird.jpg" rel="lightbox[roadtrip2]" title="Ruby Throated Hummingbird"&gt; &lt;img src="images/hummingbird.JPG" width="60" height="60" alt="" /&gt; &lt;/a&gt; &lt;a href="images/RoseBreastedGrosbeak_male.jpg" rel="lightbox[roadtrip2]" title="Rose Breasted Grosbeak"&gt; &lt;img src="images/RoseBreastedGrosbeak_male.JPG" width="60" height="60" alt="" /&gt; &lt;/a&gt; &lt;/div&gt; &lt;/form&gt; &lt;/body&gt; </code></pre> <p></p> <p>What will I put to my query?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload