Response title
This is preview!
$('#cbox').jflickrfeed({ | |
feedapi: 'photos_public.gne', | |
limit: 5000, | |
qstrings: { | |
id: 'MY ID GOES HERE', | |
tags: 'Journey Home Tour 2010' | |
}, | |
cleanDescription: true, | |
itemTemplate: | |
'<li>' + | |
'<a rel="colorbox" href="{{image}}" title="{{title}}">' + | |
'<img src="{{image_s}}" alt="{{title}}" />' + | |
'</a>' + | |
'</li>' | |
}, function(data) { | |
$('#cbox a').colorbox(); | |
}); |
© 2013 jQuery Foundation
Sponsored by and others.