Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove deprecation note because it's obvious
Warning
titleEngine Compatibility
watch is not supported by the Node engine.

watch(<selector>,<action>)

sets a watch on the <selector> item in the current page. When the user performs <action> an event will be fired for that action in the web event domain. <selector> is a jQuery selector such as a class (.foo) or id (#bar). The following web domain actions are available:

...