Highslide JS API Reference

Close Move
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam dapibus leo quis nisl. In lectus. Vivamus consectetuer pede in nisl. Mauris cursus pretium mauris. Suspendisse condimentum mi ac tellus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec sed enim. Ut vel ipsum. Cras consequat velit et justo. Donec mollis, mi at tincidunt vehicula, nisl mi luctus risus, quis scelerisque arcu nibh ac nisi. Sed risus. Curabitur urna. Aliquam vitae nisl. Quisque imperdiet semper justo. Pellentesque nonummy pretium tellus.
Resize

Object: hs

Variables

Functions

Events

Object: hs.Expander

Variables

Functions

Events



hs.forceAjaxReload

IE-specific option to force Ajax-loaded content to be reloaded from the server on each popup opening
In Internet Explorer, XMLHttp content loaded by GET is cached the first time. So if you are trying to load a dynamic page on the server, you need a way to come around this. Using POST is one option, but some servers don't allow it for security options. Another option, which is used internally in Highslide, is to append a dummy variable to the request. The forceAjaxReload option is false by default because some applications can't handle the dummy variables.

Details

Requires ajax
Type boolean
Default value false
Overrideable inline No

See also

New, Edit