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.
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.