hasCss
checks if item has specific css class
boolean hasCss(id id,string css);
id | item id | | css |
string | name of css class that needs to be checked |
| boolean | returns 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.