jVette Events

These pages are live examples of jVette; click the header icons (above) to see it in action! View the source code to see actual markup/attribute implementation details.


Check out the methods for advanced usage.

Available Events

NOTE: jVette also supports event chaining.

  • jVette().on('open', function(e) { … })
  • jVette().on('opened', function(e) { … })
  • jVette().on('close', function(e) { … })
  • jVette().on('closed', function(e) { … })
  • jVette().on('enable', function(e) { … })
  • jVette().on('enabled', function(e) { … })
  • jVette().on('disable', function(e) { … })
  • jVette().on('disabled', function(e) { … })
  • jVette().on('changed', function(e) { … })

Event Output

Click the header buttons (above) and watch the event output below, or in the console.