You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created throttledresize doc and example. Identifies the event as a
special event that is used internally by orientationchange, but also
shows an example of exposing the event for custom handling.
<p>The jQuery Mobile <code>throttleresize</code> event is a special event that prevents browsers from running continuous callbacks on resize. <code>throttleresize</code> is used internally for orientationchange in browsers like Internet Explorer. <code>throttleresize</code> ensures that a held event will execute after the timeout so logic that depends on the final conditions after a resize is complete will still execute properly.</p>
7
+
<p>The <code>throttleresize</code> event is triggered if orientationchange is not natively supported.</p>
8
+
<p>This event triggers when the browser window resizes from:</p>
0 commit comments