<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>evolutionMasonry jQuery Plugin</title><link>https://community.telligent.com/community/11/w/api-documentation/67146/evolutionmasonry-jquery-plugin</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>evolutionMasonry jQuery Plugin</title><link>https://community.telligent.com/community/11/w/api-documentation/67146/evolutionmasonry-jquery-plugin</link><pubDate>Tue, 19 Nov 2019 20:29:12 GMT</pubDate><guid isPermaLink="false">a7d78d17-2d73-474a-bb16-d6c41bfdb3dd</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/67146/evolutionmasonry-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:29:12&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_fn_evolutionMasonry" name="jQuery_fn_evolutionMasonry"&gt;&lt;/a&gt;jQuery.fn.evolutionMasonry&lt;/h3&gt;
&lt;p&gt;This plugin enables responsive, multi-column, left-to-right layout of variable-height elements.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Usage" name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt;
&lt;p&gt;Initializes the selected container to render its immediate children as&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(container).evolutionMasonry(options)
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;&lt;a id="Options" name="Options"&gt;&lt;/a&gt;Options&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;columnClass&lt;/code&gt;: CSS class name to apply to each rendered column. Should define, at minimum, a desired width. Through media queries, alternate widths can be defined for different targets.
&lt;ul&gt;
&lt;li&gt;default: &lt;code&gt;masonry-column&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;
&lt;h4&gt;&lt;a id="append" name="append"&gt;&lt;/a&gt;append&lt;/h4&gt;
&lt;p&gt;Append items to the masonry layout&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// append items
$(&amp;#39;.container&amp;#39;).evolutionMasonry(&amp;#39;append&amp;#39;, newItems);
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;&lt;a id="empty" name="empty"&gt;&lt;/a&gt;empty&lt;/h4&gt;
&lt;p&gt;Removes all items from the masonry layout&lt;/p&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>