diff --git a/entries/throttledresize.xml b/entries/throttledresize.xml index 17aed02b..54278067 100644 --- a/entries/throttledresize.xml +++ b/entries/throttledresize.xml @@ -1,7 +1,7 @@ throttledresize - Enables bookmarkable #hash history. + Limits the rate of the execution of handlers on resize events.

The jQuery Mobile throttledresize event is a special event that prevents browsers from running continuous callbacks on resize. throttledresize is used internally for orientationchange in browsers like Internet Explorer. throttledresize 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.

The throttledresize event is triggered if orientationchange is not natively supported.