<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>hashchange jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65151/hashchange-jquery-event</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>hashchange jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65151/hashchange-jquery-event</link><pubDate>Tue, 19 Nov 2019 20:27:29 GMT</pubDate><guid isPermaLink="false">1ad95a99-c5cc-4924-8ec9-587abd9a3992</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65151/hashchange-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:27:29&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_event_special_hashchange" name="jQuery_event_special_hashchange"&gt;&lt;/a&gt;jQuery.event.special.hashchange&lt;/h3&gt;
&lt;p&gt;Shims the &lt;code&gt;hashchange&lt;/code&gt; to be available for binding in all browsers via jQuery, whether or not the browser provides it natively. Event is raised whenever the hashdata in the URL changes.&lt;/p&gt;
&lt;p&gt;This is commonly useful for supporting deep linking and back buttons while retaining a dynamic UI in conjunction with the methods provided by the [[url JavaScript API Module|url module]].&lt;/p&gt;
&lt;p&gt;Used by [[evolutionPager jQuery Plugin|ajax paging]], and many Evolution widgets.&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;$(window).on(&amp;#39;hashchange&amp;#39;, function(){
    // handle event...
});
&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>