Difference between revisions of "Plugins"
Jump to navigation
Jump to search
(Created page with "==Color Box, Used to enlarge images== [http://www.jacklmoore.com/colorbox/ ColorBox used for pop up images] ---- Back To Top< — >Category< — >Mai...") |
|||
Line 1: | Line 1: | ||
==Color Box, Used to enlarge images== | ==Color Box, Used to enlarge images== | ||
[http://www.jacklmoore.com/colorbox/ ColorBox used for pop up images] | [http://www.jacklmoore.com/colorbox/ ColorBox used for pop up images] | ||
<pre> | |||
$(function() { | |||
"use strict"; | |||
$('#flower-items').find('a').colorbox({ rel: 'gallery' }); | |||
}); | |||
</pre> | |||
---- | ---- | ||
[[#top|Back To Top]]< — >[[JQuery|Category]]< — >[[Main_Page| Home]] | [[#top|Back To Top]]< — >[[JQuery|Category]]< — >[[Main_Page| Home]] |
Revision as of 20:37, 26 December 2016
Color Box, Used to enlarge images
ColorBox used for pop up images
$(function() { "use strict"; $('#flower-items').find('a').colorbox({ rel: 'gallery' }); });
Back To Top< — >Category< — > Home