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): voidExample
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): voidgrid.hasCss(12, "xw_second");