ic-select-from-response - The Response Selector Attribute

Summary

The response selector attribute can be used to select the element to take the inner HTML from in a a server response.

Syntax

The value of the attribute should be a valid selector of the element to take the content from.

This attribute may be placed on parent elements, allowing you to specify behavior across multiple elements.

Example

Here is a simple example of a response selector filtering a full HTML document for a list:

  • Initial Item 1
  • Initial Item 3