c# - colorbox not displaying first caption from flickr gallery integration -


I am pulling a small thumbnail from Flickr API into my page and displaying larger thumbnails and captions than the title properties I'm using Colorbox. Using APIs with C #

However, on the first instance of opening the colorbone, this anchor does not display captions from the title attribute.

If you click on next or previous, it appears. The actual caption is physically in the source code, not just putting the color box in the window.

, if you click on the thumbnail, you will not see any captions, click next, click Previous and it will appear.

Here is the code:

  & lt; Script type = "text / javascript" & gt; $ (Function () {$ ("a [rel = 'group']"). Colorbox ({opacity: 0.75});}); & Lt; / Script & gt; & Lt; A href = 'http: //farm6.static.flickr.com/5015/5511378425_e63d4a62f7.jpg' title = 'Little Hermit (Peter Dun)' rel = 'group' class = 'tooltip' & gt; & Lt; Img src = 'http: //farm6.static.flickr.com/5015/5511378425_e63d4a62f7_s.jpg' alt = 'Little Hermit (Peter Dunne)' / & gt; & Lt; / A & gt;   

If I look at the source, the title feature comes with captions, but if I am an oak in firebug then this color box is not in the code.

Any help on this would have been great Ive ran out of ideas!

the way I break it down. Other plugins may have functions or utilities that are conflicting or interfering with the color box.

Comments