Vlastnost is
typ: property; celé jméno: COMEX.HTML.Object.is;
Vrací:

typ objektu
● window - okno prohlížeče
● document - dokument
● fragment - fragment dokumentu
● element - HTML element
● text - text
● comment - komentář
● other - ostatní
example
var $rslt = window.is + ' - ' + document.is + ' - ' + o$(document.body).is;( umístěno v souboru /comex/scripts/comex.js )

