|
find()find(textToFind)Performs a deep search for textToFind in the children of each element, and returns a new result set with elements that surround the occurrences. textToFind A String that contains the search text. ExampleThe following piece of code loads a snippet, then looks for placeholders using find(), and replaces them with a text.
|
|