Hello Gabriella,
Just as with jQuery, jOOX allows for editing attributes through the
same API as adding them. In that way, the example given on the website
is also valid for editing an attribute. The Javadoc on
org.joox.Match.attr(String name, String value) reads:
> Set an attribute on all elements in the set of matched elements. If value is null, then the attribute is removed. If the attribute already exists, then it is replaced.
Cheers
Lukas
2012/12/5 Gabriella Turek <
tet...@gmail.com>: