Jazz-Soft.net
We make it sound!
Home » Documentation » Jazz-Plugin » Reference » isJazz

isJazz

Read-only property

isJazz is true if the object is valid instance of Jazz-Plugin.

It is wise to test this value before making further function calls.

Example

// typical initialization code:
var Jazz = document.getElementById("Jazz1"); if(!Jazz || !Jazz.isJazz) Jazz = document.getElementById("Jazz2");

See also