Header Description
X-IC-Trigger Allows you to trigger a JQuery event handler on the client side. The value of this header can either be a plain string for the event name, or a JSON object that satisfies the jQuery parseJSon() requirements, where each property is an event name to trigger, and the value of each property is an array of arguments to pass to that event.
X-IC-Refresh A comma separated list of dependency paths to refresh.
X-IC-Redirect Causes a client-side redirect to the given URL.
X-IC-Script Allows you to evaluate arbitrary javascript.
X-IC-CancelPolling Cancels any polling associated with the target element or parent thereof.
X-IC-ResumePolling Restarts any polling associated with the target element or parent thereof.
X-IC-SetPollInterval Sets the polling interval to the given value for the target element or parent thereof.
X-IC-Open Opens a new window at the given location.
X-IC-PushURL Sets a new location for the page and saves the history of the element being replaced.
X-IC-Remove Removes the target element. The value of this header can either be true in which case the element is removed immediately or a numeric time delay (e.g. 750ms or 2s) in which case it will be removed after the given amount of time. If there is a delay the ic-removing class will be added to the element, allowing for a CSS3 animation to be applied prior to the elements removal.
X-IC-Title Sets the title of the page/document to the given header value.
X-IC-Set-Local-Vars A JSON object that will be used to set values in the client side localStorage object. Can be used in conjunction with the ic-local-vars attribute to maintain client-side state across requests.