hasCss

checks if item has specific css class

boolean hasCss(id id,string css);
ididitem id
cssstringname of css class that needs to be checked
booleanreturns true if such css class was set

Example

list.hasCss(12, "xw_second");

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.