$("#parameterTree_2").jstree(true).get_node("131_2168").li_attr.class = "test";$("#parameterTree_2").jstree(true).get_node("131_2168").li_attr.class again, it still says that it is "test".
How do I go about adding a class to a node? Because obviously I'm doing something wrong here.