<?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/13/w/api-documentation/75774/evolutionmasonry-jquery-plugin</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</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/13/w/api-documentation/75774/evolutionmasonry-jquery-plugin</link><pubDate>Fri, 08 Mar 2024 17:51:36 GMT</pubDate><guid isPermaLink="false">fed84528-a21a-45ea-8404-3b56558679b2</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75774/evolutionmasonry-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:36&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&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;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;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;Methods&lt;/h3&gt;
&lt;h4&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;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>