<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>resized jQuery Event</title><link>https://community.telligent.com/community/13/w/api-documentation/75753/resized-jquery-event</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>resized jQuery Event</title><link>https://community.telligent.com/community/13/w/api-documentation/75753/resized-jquery-event</link><pubDate>Fri, 08 Mar 2024 17:51:24 GMT</pubDate><guid isPermaLink="false">990ce769-8722-487e-aae5-21eb90407641</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75753/resized-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:24&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.event.special.resized&lt;/h3&gt;
&lt;p&gt;Throttled resize event, raised after resizing has completed&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(window).on(&amp;#39;resized&amp;#39;, function(e, dimensions){
    // handle event...
    console.log(&amp;#39;changed dimensions&amp;#39;);
    console.log(&amp;#39;old width: &amp;#39; + dimensions.oldWidth);
    console.log(&amp;#39;new width: &amp;#39; + dimensions.newWidth);
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Data on the event&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;oldWidth&lt;/code&gt;: pixel width prior to the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;li&gt;&lt;code&gt;oldHeight&lt;/code&gt;: pixel height prior to the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;li&gt;&lt;code&gt;oldScrollWidth&lt;/code&gt;: pixel scroll width prior to the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;li&gt;&lt;code&gt;oldScrollHeight&lt;/code&gt;: pixel scroll height prior to the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;li&gt;&lt;code&gt;newWidth&lt;/code&gt;: pixel width after the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;li&gt;&lt;code&gt;newHeight&lt;/code&gt;: pixel height after the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;li&gt;&lt;code&gt;newScrollWidth&lt;/code&gt;: pixel scroll width after the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;li&gt;&lt;code&gt;newScrollHeight&lt;/code&gt;: pixel scroll height after the &lt;code&gt;resized&lt;/code&gt; event&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Options&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;// throttle duration in ms
$.event.special.resized.defaults = 150
&lt;/code&gt;&lt;/pre&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>