<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>mutate jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71666/mutate-jquery-event</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>mutate jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71666/mutate-jquery-event</link><pubDate>Thu, 02 Jun 2022 15:17:43 GMT</pubDate><guid isPermaLink="false">7a823a43-632c-4d44-a98a-e10796bb6901</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71666/mutate-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Former Member on 06/02/2022 15:17:43&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_event_special_mutate" name="jQuery_event_special_mutate"&gt;&lt;/a&gt;jQuery.event.special.mutate&lt;/h3&gt;
&lt;p&gt;Wraps the &lt;a href="https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver"&gt;MutationObserver&lt;/a&gt; API. Options maps to &lt;code&gt;MutationObserver&lt;/code&gt; options.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Usage" name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;body&amp;#39;).on(&amp;#39;mutate&amp;#39;, options, function(e, mutation){
    // handle event...
});

// unless you want to handle the specific mutation record, it&amp;#39;s more efficient to set a timeout
var mutateTimeout;
$(&amp;#39;body&amp;#39;).on(&amp;#39;mutate&amp;#39;, options, function(e){
    clearTimeout(mutateTimeout);
    mutateTimeout = setTimeout(function(){ /* ... */ }, 500);
});
&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><item><title>mutate jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71666/mutate-jquery-event/revision/1</link><pubDate>Fri, 15 Jan 2021 21:45:38 GMT</pubDate><guid isPermaLink="false">7a823a43-632c-4d44-a98a-e10796bb6901</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71666/mutate-jquery-event#comments</comments><description>Revision 1 posted to API Documentation by Ben Tiedt on 01/15/2021 21:45:38&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.event.special.mutate&lt;/h3&gt;
&lt;p&gt;Wraps the &lt;a href="https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver"&gt;MutationObserver&lt;/a&gt; API. Options maps to &lt;code&gt;MutationObserver&lt;/code&gt; options.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;body&amp;#39;).on(&amp;#39;mutate&amp;#39;, options, function(e, mutation){
    // handle event...
});

// unless you want to handle the specific mutation record, it&amp;#39;s more efficient to set a timeout
var mutateTimeout;
$(&amp;#39;body&amp;#39;).on(&amp;#39;mutate&amp;#39;, options, function(e){
    clearTimeout(mutateTimeout);
    mutateTimeout = setTimeout(function(){ /* ... */ }, 500);
});
&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>