hasCss
checks if item has specific css class
function hasCss( // item id id: id, // name of css class that needs to be checked css: string): void
Example
Section titled “Example”grid.hasCss(12, "xw_second");
checks if item has specific css class
function hasCss( // item id id: id, // name of css class that needs to be checked css: string): void
grid.hasCss(12, "xw_second");