Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

append(<selector>, <html>)

...

send_directive(<type>) with options

Send a directive to the endpoint. Action modifiers are used to send directive options:

Code Block
themeConfluence
languagejavascript
append("#foo", "<p>This is the text</p>")

...